dwyl / sendemail

💌 Simplifies reliably sending emails from your node.js apps using AWS Simple Email Service (SES)
181 stars 26 forks source link

allows replyToAddress to be dynamically updated without changing env var #42

Closed roryc89 closed 8 years ago

roryc89 commented 8 years ago

Useful when replyToAddress needs to updated and altering env var is risky, especially with async operations

nelsonic commented 8 years ago

Good idea! 👍