dwyl / sendemail

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

Email title is currently hardcoded as 'welcome to DWYL' #38

Closed naazy closed 8 years ago

naazy commented 8 years ago

Surely this should be editable? Or have I misunderstood something? https://github.com/dwyl/sendemail/blob/656d55d14302b6d9865ab707182975be7f66bb45/lib/index.js#L75-L77

nelsonic commented 8 years ago

@naazy please PR a fix in which the person parameter is changed to params and subject is passed in as params.subject . thanks! 👍