Set Up Email Sending with Sendgrid #251
Labels
Back-End
Back-End Related Task
BUG
Something isn't working and needs to be fixed
Yellow Light
Investigation or further effort may be needed to complete this task
Currently, the issues/features that send emails use "personal" emails that if were used to try and send mass emails to users, would likely be locked almost immediately. A possible solution would be to use an email service, like Sendgrid, to handle sending emails with Django, as we likely need a proper email server service, whereas Django simply uses smtp as a client.
Sendgrid does appear to have a free tier of ~100 emails per day, which would likely be fine assuming that this would be necessary for the project.
The text was updated successfully, but these errors were encountered: