Closed nelsonic closed 5 years ago
@shouston3 thanks for #44 . It's really easy to send email with Bamboo and Amazon SES (Simple Email Service).
To test the email feature you are using Mock on the deliver_now() function.
Another way to test the email feature with Bamboo is to use Bamboo.Test which allow you to unit test the creation of an email structure and to create an integration test by checking that an email has been send.
@SimonLab I think that should definitely be included in the readme, please make that addition to sending-emails.md
documentation added with #67
http://www.phoenixframework.org/docs/sending-email Can we write a short demo and deploy it to heroku?