We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758f4fb commit c609588Copy full SHA for c609588
1 file changed
auth_backend/utils/smtp.py
@@ -143,6 +143,6 @@ def send_changes_password_notification(to_addr):
143
img.add_header('Content-ID', '<header>')
144
message.attach(img)
145
146
- with smtplib.SMTP_SSL(settings.SMTP_HOST, 465) as smtp:
+ with smtplib.SMTP_SSL(settings.SMTP_HOST, 465) as smtp:
147
smtp.login(settings.EMAIL, settings.EMAIL_PASS)
148
smtp.sendmail(settings.EMAIL, to_addr, message.as_string())
0 commit comments