dwyl / sendemail

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

Define from/reply-to email address in environment variable? #33

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

As a user of this package I wan to be able to define the from/reply-to email address using an environment variable. currently it's hard-coded ... https://github.com/dwyl/sendemail/blob/d5bdaa1f14fd8cf5a8ef9aae074963678c9dcab9/lib/index.js#L78