SSL error trying send an email with Flask-mail SSL error trying send an email with Flask-mail flask flask

SSL error trying send an email with Flask-mail


In my config file, I have only MAIL_USE_TLS=True and no MAIL_USE_SSL.When I had MAIL_USE_TLS and MAIL_USE_SSL set to true, I got the same error as you. So maybe this can help if you still have the problem.