dwyl / sendemail

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

Suggest users to move out of sandbox env? #45

Closed mk4111 closed 8 years ago

mk4111 commented 8 years ago

Hi! Might be a minor point, and slightly tangential to this npm module, but I was wondering if it might be helpful to users if, in the README.md, it's suggested that users move out of their sandbox environment (by requesting for an increase in sending quota for example), so that emails can be sent to unregistered email addresses too? Please let me know what you think! Thank you for an awesome module :)

iteles commented 8 years ago

@mk4111 That sounds great! Please add a sub-section with a paragraph explaining why you had to do this and how you did it to: https://github.com/dwyl/sendemail#which-email-service-provider if you have some time? 😊

mk4111 commented 8 years ago

@iteles sorry for the delay - I'm on it now! :)

mk4111 commented 8 years ago

@iteles, just made a PR #48 on this, hope it's ok!