Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #359061

    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 ?

    #359359

    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

    #360918

    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

    #360922

    Okay basically I need to be able to add an email header to the enfold contact form can I do that ?

    #361048

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.