UOWD-Tech-Club / tech-club-website-legacy

A tech club website
0 stars 2 forks source link

Implement Email Reminders for Newsletter and Event #32

Open shriram-sg opened 5 months ago

shriram-sg commented 5 months ago

Write code to email a large group of people at the same time when:

This cannot be done with a regular gmail account or regular user emails as limits are imposed on user emails.

To implement this we'd need to use an SMTP service like smtp2go.com .

And to use them we'd need a custom domain. As it isn't possible to register for them through regular mails.

So this can be implemented after a lot of major features are done and a domain is acquired.