aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/smtp.py
AgeCommit message (Collapse)Author
2024-08-21Use username and password, when present, during sending emailsFrederick Muriuki Muriithi
If the username and password are provided, make use of them to send emails out.
2024-08-15Fix a bunch of linting errors.Frederick Muriuki Muriithi
2024-08-13Emails: Make "From" address configurableFrederick Muriuki Muriithi
We are running GeneNetwork in different environments. Each environment could have it's own separate domain, and need a different sender email to allow the underlying services to allow the emails through.
2024-08-08Fix bug with sending e-mailszsloan
We changed the from address from genenetwork.org to uthsc.edu, which seems to have fixed the issue with e-mails not being properly sent. We also stopped activating tls
2024-06-03Log out emails in debug mode.Frederick Muriuki Muriithi
Log out emails sent when the application is in debug mode to help with maintenance efforts.
2024-06-03Set module for sending emails.Frederick Muriuki Muriithi