Django SMTP and secure password authentication

I have an SMTP server that requires secure password authentication (for example, Outlook requires SPA verification). Is there a way to handle this with Django SMTPConnection? Or maybe ideas on any python solution to solve a SPA problem?

Honestly, I could not find enough about SPA to understand that this is for sure:

+3
source share
2 answers

python-ntlm NTLM urllib2. , smtplib.

python-ntlm, fork smtplib Django (, smtplib), smtplib ( ntlm), django ( python-ntlm).

.

0

Source: https://habr.com/ru/post/1740924/


All Articles