Skip to content
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

Add support for multiple addresses as Reply-To value #69

Open
lpellegr opened this issue May 15, 2024 · 2 comments
Open

Add support for multiple addresses as Reply-To value #69

lpellegr opened this issue May 15, 2024 · 2 comments

Comments

@lpellegr
Copy link

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.

@muratgozel
Copy link
Owner

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.

@lpellegr
Copy link
Author

@muratgozel Thanks for your answer.

Based on RFC 5322, it seems Reply-To allows an address list:

https://datatracker.ietf.org/doc/html/rfc5322#section-3.6.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants