This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pas
Recipients barry, pas, r.david.murray
Date 2014-10-21.12:29:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413894566.0.0.84714989702.issue22684@psf.upfronthosting.co.za>
In-reply-to
Content
Please see the attached traceback (or this http://pastebin.com/WYinRGie for fancy colors).

It depends on message size, we're trying to send Multipart MIME messages (a PDF attached, that has an image embedded).

After editing flask_mail.py to use the fallback ( message().as_string().encode(self.charset or 'utf-8') ) things work again.

If anyone could help confirm if this is a bug, or help me understand how I misuse the library, I'd be grateful. Thanks!
History
Date User Action Args
2014-10-21 12:29:26passetrecipients: + pas, barry, r.david.murray
2014-10-21 12:29:26passetmessageid: <1413894566.0.0.84714989702.issue22684@psf.upfronthosting.co.za>
2014-10-21 12:29:25paslinkissue22684 messages
2014-10-21 12:29:25pascreate