kootenpv / yagmail

Send email in Python conveniently for gmail using yagmail
MIT License
2.64k stars 263 forks source link

How can I use yagmail over a proxy? #235

Open AdityaSaroj opened 2 years ago

AdityaSaroj commented 2 years ago

I am connected to the internet via tinyproxy. How can I send mail over the proxy connection? If I try sending directly I get:

OSError: [Errno 101] Network is unreachable
kootenpv commented 2 years ago

Not sure but SMTP is not SOCKS or HTTP

Maybe try searching in yagmail issues or smtp proxy in python