python - Is it possible to send an email in django through a microsoft exchange server? -


if yes, how? not able find on google.

smtp on exchange shouldn't different other mail server. may hit issues of anonymous access not allowed relaying. if integrated authentication enabled, have at;

smtp through exchange using integrated windows authentication (ntlm) using python

also ensure ip of django box added list of relay ips in exchange (if enabled).


Comments