Closed octopusinvitro closed 7 years ago
First stab at a class that sends a thank you email.
For now, there are no views, just a hardcoded text body.
In the future, if we use Mandrill, there will be no need to even make views here, so we are not adding that code at all.
This also adds a convenience script to test the mailer fast in production.
Coverage remained the same at 100.0% when pulling 0ca53ce48b049b5f33e5fd9722102f0eeb881761 on thank-you-email into 4cfe66a38842b874c2e78d593986776d8c5c2900 on master.
I've changed the port number to 587 so I'm merging this.
First stab at a class that sends a thank you email.
For now, there are no views, just a hardcoded text body.
In the future, if we use Mandrill, there will be no need to even make views here, so we are not adding that code at all.
This also adds a convenience script to test the mailer fast in production.