-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html versus plain #10
Comments
You would have to create 2 separate tansporters, one for plain text and one for html. |
Will that allow you to create a multipart message that encapsulates text and html versions of the email in single message? |
I fixed this and created a pull request (#13 ). After applying my patch just define the "text_template" and nodemailer will create a multipart/alternative message. |
Currently employing a quick hack solution on a production server, somewhere along the lines listed below:
|
Is it possible to specify a template for the plaintext version of the email (in addition to the html version)?
The text was updated successfully, but these errors were encountered: