dylanshine / sendgrid_mailer

MIT License
6 stars 14 forks source link

HTML Content-Transfer-Encoding issue #24

Open ObranS opened 2 months ago

ObranS commented 2 months ago

Send HTML email not working properly on GMAIL mail client.

Gmail original mail:

...

Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii

...

<!DOCTYPE html> <html lang=3D"en">

... https://www.twilio.com/docs/sendgrid/ui/sending-email/formatting-html mentioned this issue: a) If you can customize the MIME settings for your email, set the 'Content-Transfer-Encoding' to '7bit' instead of 'Quoted-Printable.'