dwyl / sendemail

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

Migrate to AWS SES #31

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

Migrate to using AWS SES fixes #30

codecov-io commented 8 years ago

Current coverage is 100%

Merging #31 into master will increase coverage by +n/a%

@@           master   #31   diff @@
===================================
  Files           1     1          
  Lines          30    31     +1   
  Methods         0     0          
  Branches        0     0          
===================================
+ Hits           30    31     +1   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last updated by 0e725ff...df83daa

nelsonic commented 8 years ago

@iteles as discussed, this is a working version using AWS SES. please review/merge.

iteles commented 8 years ago

❤️ This is awesome, thanks!