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

Support for Multiple Reply-To #1301

Closed
techwes opened this issue Sep 21, 2021 · 2 comments · Fixed by #1303
Closed

Support for Multiple Reply-To #1301

techwes opened this issue Sep 21, 2021 · 2 comments · Fixed by #1303
Labels
status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap

Comments

@techwes
Copy link

techwes commented Sep 21, 2021

Issue Summary

Support for multiple reply to email addresses was recently added to the V3 Mail API (changelog) and this long standing issue was closed. However, support for this feature has yet to be added to this library.

Based on this comment it looks like @subinoy7 has a fork where this feature is supported, so that might be a good place to start (though I have not verified myself that it works)

Code Snippet

const msg = {
  to: 'recipient@example.org',
  from: 'sender@example.org',
  replyToList: ['othersender@example.org', 'thirdsender@example.org'],
  subject: 'Hello world',
  text: 'Hello plain world!',
  html: '<p>Hello HTML world!</p>',
};
@shwetha-manvinkurke
Copy link
Contributor

@techwes Thanks for pointing that out. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

@subinoy7
Copy link
Contributor

@techwes @shwetha-manvinkurke - We had a business requirement based on this feature, so I did the changes and deployed it in our production. It is getting used from the past 3 weeks by our users and no issues has been reported so far. So I raised a PR for the same along with test case coverage #1303

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants