meyerhoferc / secret-santa

0 stars 0 forks source link

Emailer #36

Closed kmeyerhofer closed 4 years ago

kmeyerhofer commented 4 years ago

Emails

This PR mostly sets the ground work for sending out emails from the application. It does send out one email when the user creates their profile and they save an email address. The other email created won't send out yet as it's tied with a future cronjob rake task implementation (Reminding users that the gift due date is within 14 and 7 days).

The email layout styling and formatting has been created to duplicate the look and feel of the application, with the exception of fonts. This also includes the tree svg background that the application uses. (Attached image is of the welcome email) Screenshot from 2019-10-10 20-44-22

The README has also been updated to include server deployment steps.

Gems

No gems have been added. I did revert the installation of the gem letter_opener as I wasn't able to get the emails to save correctly.

Tests

Email enqueuing and content tests have been added.