Quantcast
Channel: smtp – WordPress.org Forums
Viewing all articles
Browse latest Browse all 2272

polykrom on "[Plugin: SendGrid] Emails sent in plain Text in Place of HTML"

$
0
0

mmmhhh...

I don't find anything about this subject...

I've added :

add_filter( 'wp_mail_content_type', 'set_content_type' );

function set_content_type( $content_type ) {
return 'text/html';
}

and installed swift mail plugin as requested by sendGrid WP plugin

but it doesn't change anything ...

Still get all mails in plain/text format

Any idea please ?

:(


Viewing all articles
Browse latest Browse all 2272

Trending Articles