feat: opportunistic tls flag for smtp (#4794)
This commit is contained in:
parent
4b91383efc
commit
a325a294bd
5 changed files with 24 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue