OpenTechFund / bypass-otf_proxy

1 stars 1 forks source link

Add email function #20

Closed maxpearl closed 3 years ago

maxpearl commented 3 years ago

Add functions to send emails for alerts - figure out what mail system to use (local postfix? Mailgun? Multiple options?)

maxpearl commented 3 years ago

Use SMTPlib, and then set up parameters in config file.

maxpearl commented 3 years ago

Better option is mailgun, or perhaps AWS SNS. SNS won't really work great for reports or things like reset passwords, etc.

maxpearl commented 3 years ago

Ended up using Smtplib after all - flexible, can use with mailgun or other smtp hosts. e81806436547331f05e479850a392409054d4114 and 869c01d23113530348c04db511d5e7bd3c6188cf