-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending smtp with starttls #254
Comments
Were you able to ultimately make it work? I do remember looking at starttls at some point... But don't remember details |
No, I haven't. I really don't know what to do to enable the starttls. I did:
So there is an option to do something with smtp_starttls, however I have no idea what to pass to it. |
It's used like this:
so basically if you don't provide anything and you can explicitly pass |
I see, thank you. I'll try it and report back if this works. |
It works perfectly when sending emails with SSL, however, when I try to send with STARTTLS it does not work and the docs do not state how to do it.
It would be great if the docs could be updated on SMTP sending because yagmail is the best way to send emails in python.
The text was updated successfully, but these errors were encountered: