flask-mail
flask-mail copied to clipboard
Flask-Mail adds SMTP mail sending to your Flask applications
I can't send mail from my app because I am stopped by this: ``` [2020-02-28 18:38:38,891] ERROR in app: Exception on /email [GET] Traceback (most recent call last): File "C:\Users\zurgE\AppData\Local\Programs\Python\Python37-32\lib\site-packages\flask\app.py",...
There seem to be two `flask-mail` documentation sites on pythonhosted.org: * current: https://pythonhosted.org/Flask-Mail/  * outdated: https://pythonhosted.org/flask-mail/ ![Screen Shot 2019-12-10 at 10 25...
Hi, I just encountered a problem which took me some time to figure out what happens. I developed a small application using Flask-Mail to send emails. Hosting ist done on...
Attachment filename force encode with 'utf8' in function _message(line 365) in PY2, but in China, many email clients charset is gb2312. The filename would be digital gibberish.
When using Flask-Mail on AWS to send emails via GoDaddy/Office 365 (Exchange), the emails arrive at destination packaged as a winmail.dat attachment. Despite extensive messing with Exchange settings this was...
I have the default mail sender set as a config variable. I use the python debuggingserver on my development box, and Sendmail on the server. I'm sending email from a...
The `policy` setting affects the way the headers are encoded, and as a result some emails are not displayed correctly in (at least) Gmail. Consider this example: ``` python msg...
Hello, I can't explain this, but in the code below, **when sender is less than 5 characters, the mail is rejected by the remote SMTP server with an error message...
Hi, encoding with 'idna' codec failed (UnicodeError: label too long) getting this error with python 3.6.7