chore: resolved the use tls error (#3114)
This commit is contained in:
parent
8d3a0a2eec
commit
78b29eb81b
5 changed files with 5 additions and 5 deletions
|
|
@ -65,7 +65,7 @@ def send_export_email(email, slug, csv_buffer, rows):
|
|||
port=int(EMAIL_PORT),
|
||||
username=EMAIL_HOST_USER,
|
||||
password=EMAIL_HOST_PASSWORD,
|
||||
use_tls=bool(EMAIL_USE_TLS),
|
||||
use_tls=EMAIL_USE_TLS == "1",
|
||||
)
|
||||
|
||||
msg = EmailMultiAlternatives(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue