We do a lot of mailing, and we use Sendgrid to give it unique arguments and categories. But for storage, archiving, filtering and searching, I would also like to give them some other custom headers, something like the json format of this array
array('user' => 300, 'item' => 8842, 'country' => 'Croatia');
Now, is it possible for such custom headers to hinder the end-to-end speed of our emails? In other words, is it likely that our emails will trigger spam filters due to the presence of such custom headers?
source share