-
Notifications
You must be signed in to change notification settings - Fork 47
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 email with SSL/TLS does not work #8
Comments
@raouldo I'll raise this to a cookiecutter setting and include in the mail utilities. That way you get some flexibility depending on the mail server you're using. My test was fine with them as is, but obviously this isn't ubiquitous. |
SMTP options for TLS must be `ssl`. Ref https://python-emails.readthedocs.io/en/latest/ #8, from @raouldo
@raouldo OK, updated. I note that |
Release 0.7.1 should fix this. |
SMTP options for TLS must be `ssl`. Ref https://python-emails.readthedocs.io/en/latest/ whythawk/full-stack-fastapi-postgresql#8, from @raouldo
Hello,
After several attempts, I couldn't configure the emails to receive them correctly with a common SMTP configuration with SSL on.
Steps to reproduce.
=> Nothing happen.
After few research, I find out that the configuration inside backend (utilities) is not correct.
See python-emails documentation here: https://python-emails.readthedocs.io/en/latest/
Must replace tls by ssl inside the file.
Do you see a better idea?
The text was updated successfully, but these errors were encountered: