cicscareers / 320-S20-Track1

Integration Track 1
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

AWS SES #358

Open garywei944 opened 4 years ago

garywei944 commented 4 years ago

Currently the scripts for email notifictions for appointments including sending .ics files with calendar invites are using a standard SMTP python library. This method of sending emails is insecure and it would the preferable to use the more secure AWS SES to send email invites. In order to set this up, the SES environment must be moved to a production environment from its current sandbox environment. The sandbox environment only allows emails to me sent from and to SES verified emails. Use this tutorial to migrate out of the SES sandbox and into the production environment.