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.Dismiss alert
The nodemailer library supports from addresses in either string format or as an object (http://nodemailer.com/message/). However, when using the nodemailer app, if the from field is in the format of an object, or even in the "name" <[email protected]>, the nodemailer app will reject the email with the error: 501 Error: Bad sender address syntax code "EENVELOPE".
The nodemailer library supports from addresses in either string format or as an object (http://nodemailer.com/message/). However, when using the nodemailer app, if the
from
field is in the format of an object, or even in the"name" <[email protected]>
, the nodemailer app will reject the email with the error:501 Error: Bad sender address syntax
code "EENVELOPE".The object format I've used is:
Using the object format for the from address works when not using the nodemailer app.
The text was updated successfully, but these errors were encountered: