You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Mailcomposer defaults to an encoding of quoted-printable. This seems to be causing some issues with html emails rendered on the server. Can we add a hook into the mc instance options?
The text was updated successfully, but these errors were encountered:
ryanbuiltthat
changed the title
Email: set mailcomposer optiins
Email: set mailcomposer options
Apr 16, 2015
Thanks! I've pushed a change to expose the mailcomposer module and allow you to pass a MailComposer object to Email.send so that power users can use its API directly.
Mailcomposer defaults to an encoding of
quoted-printable
. This seems to be causing some issues with html emails rendered on the server. Can we add a hook into the mc instance options?The text was updated successfully, but these errors were encountered: