hack4impact-utk / mission-of-hope

Repo for the Mission of hope project for Hack4impact
2 stars 0 forks source link

Admin Digest Emails #39

Open hoodus321 opened 1 year ago

hoodus321 commented 1 year ago

Description

We need to automated emails to the users when something is odd in the system. (eg. User missing email, item missing High low, ect). We want to figure out how that would work. We also want to know how we can format that so we can ask david how he wants it formatted.

Technical Details

Dependencies

Manan-dev commented 8 months ago

I checked CCAHT to see how they automated emails and learned the following:

Here is where they utilized the automated mail: server/actions/InventoryItems.ts#L466

They used Node mailer to send emails, here are the docs