meyerhoferc / secret-santa

0 stars 0 forks source link

Gift exchange email reminder #42

Closed kmeyerhofer closed 4 years ago

kmeyerhofer commented 4 years ago

Gift exchange email reminder

This PR improves upon emails sent by the application and adds a user email subscribe boolean. A rake task has been added (which will run from a daily cronjob) to send emails to subscribed users reminding them of their gift exchange date. Emails are sent at 14 and 7 days before the group gift_due_date.

An exception emailer is added to notify if the rake task raised any exceptions.

Most of #8 has been accomplished, indicated by the :heavy_check_mark: s.

meyerhoferc commented 4 years ago

Thank you for this, looks great. This will definitely impact the end user positively.