Hi Send Grid have advised me to do the following
You can add categories when sending emails by assigning a json string to the SMTP API header with this method : { “category”: “Example Category”} .
How is this possible ?
Hi codecreative!
We are going to need some more information.
Is this Send Grid? https://sendgrid.com/
Are you using a plugin they gave you?
Cheers!
Elliott
Hi Elliot
No I’ve not tired that one I just used a standard wp smtp plugin and entered information and this is regarding the sendgrid.com service
Okay basically I need to be able to add an email header to the enfold contact form can I do that ?
Hi!
Perhaps your looking for line 710 in /enfold/framework/php/class-form-generator.php.
$header = 'Content-type: text/html; charset=utf-8' . "\r\n";
Regards,
Elliott