PEC-CSS / acm-website-backend

Backend of the official website of PEC ACM CSS
MIT License
18 stars 2 forks source link

Send Bulk Email to users #80

Closed harshjohar closed 8 months ago

harshjohar commented 8 months ago

API endpoint to send emails to list of users,

Should format the email properly, as received by frontend. (Probably frontend will send markdown syntax in string form, parse it in md and send email in proper format)

This also includes, setting up a SMTP SERVER on backend (it was initially set up and removed in #63 (sorry kenšŸ„², we need email back)