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
It's a single mailbox as far as i remember from the standards but let me search for it. We can provide an option to allow this kind of standard violations for sure.
The current implementation allows a single Mailbox as Reply-To value:
https://github.com/muratgozel/MIMEText/blob/master/src/MIMEMessageHeader.ts#L30
but some emails providers such as Amazon SES allow multiple.
I would be great to allow an Array of Mailbox.
The text was updated successfully, but these errors were encountered: