Mark Hoschek

Results 1 comments of Mark Hoschek

Same problem with Thunderbird here. I edited the following in `flask_mail.py` (line 321): [-] `msg = MIMEMultipart()` [+] `msg = MIMEMultipart('related')` Now it seems to work at least in Thunderbird...