I've been lazy and just implemeted html email via pyramid_mailer as 
quoted-printable

    email_html = Attachment(data=email_html, disposition='inline', 
transfer_encoding='quoted-printable')

i realized the pyramid_mailer encoders don't implement any of the email 
quirks for old RFCs and clients:

* lines about 76/78 chars long; never more than 998 chars long
* encode whitespace

has anyone not followed those rules and had deliverability issues?

does anyone have a simple tool/function for encoding a string to the older 
formats i can leverage?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/9dadd696-e1da-4d56-8b2d-e8045071826f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to