lavr / python-emails

Modern python library for emails
http://python-emails.readthedocs.org
Other
405 stars 54 forks source link

get smtp server of remote location? #158

Closed rosstex closed 2 years ago

rosstex commented 3 years ago

I see that by default, the SMTP destination is port 25 on localhost. It would be great if the library supported grabbing the MX domain of an email's destination address and sending mail directly to it.

(Under normal circumstances this email would appear untrustworthy, but I am running this atop a trusted email server.)