kootenpv / yagmail

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

sending emails without any authorization #99

Closed radoslawoska closed 6 years ago

radoslawoska commented 6 years ago

Hi, my local mail server does not require any authorization. It is possible to send the emails via the yagmail without providing user & password?

thank you Radoslaw

kootenpv commented 6 years ago

Yea, have a look at the tests. This is being used there: SMTP(smtp_skip_login=True, soft_email_validation=False)

radoslawoska commented 6 years ago

Thank you Pascal it works :)