aiosmtplib
aiosmtplib copied to clipboard
Add support for 'local_addr' parameter for choosing local outbound IP address
This PR provides ability for clients on multi-home machines to specify which of their available IP addresses to use as the originating IP address in the SMTP connection.
Hmm, this is sort of addressed in the 2.0 branch using source_address: https://github.com/cole/aiosmtplib/pull/167
It's very overdue, I just haven't had the time to dedicate to this project to 2.0 ready for release. I'm not sure it's worth introducing to 1.0 under a different param