feat: opportunistic tls flag for smtp (#4794)

This commit is contained in:
Charles Zhou
2024-05-30 05:56:46 -05:00
committed by GitHub
parent 4b91383efc
commit a325a294bd
5 changed files with 24 additions and 10 deletions

View File

@@ -295,6 +295,7 @@ class Config:
self.SMTP_USERNAME = get_env('SMTP_USERNAME')
self.SMTP_PASSWORD = get_env('SMTP_PASSWORD')
self.SMTP_USE_TLS = get_bool_env('SMTP_USE_TLS')
self.SMTP_OPPORTUNISTIC_TLS = get_bool_env('SMTP_OPPORTUNISTIC_TLS')
# ------------------------
# Workspace Configurations.