aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/smtp.py
AgeCommit message (Expand)Author
2024-08-21Use username and password, when present, during sending emails...If the username and password are provided, make use of them to send emails out. Frederick Muriuki Muriithi
2024-08-15Fix a bunch of linting errors.Frederick Muriuki Muriithi
2024-08-13Emails: Make "From" address configurable...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. Frederick Muriuki Muriithi
2024-08-08Fix bug with sending e-mails...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 zsloan
2024-06-03Log out emails in debug mode....Log out emails sent when the application is in debug mode to help with maintenance efforts. Frederick Muriuki Muriithi
2024-06-03Set module for sending emails.Frederick Muriuki Muriithi