[Twisted-Python] Sent e-mails coming up empty
Laurens Van Houtven
_ at lvh.cc
Wed Oct 5 14:34:52 MDT 2011
Hey,
I've hacked some code together based on smtpclient_tls.py and radix's
article on how to send e-mail:
http://radix.twistedmatrix.com/2010/07/how-to-send-good-unicode-email-with.html
Here's what I've come up with: http://paste.pocoo.org/show/487918/
The e-mail arrives, but it's as if the body is empty. The from address is
wrong (it uses my login email), there's no subject, no body... I've pointed
my debugger at the problem, but the repr looks pretty okay:
'Content-Type: multipart/alternative;\n
boundary="===============6076587290379738777=="\nMIME-Version: 1.0\nSubject:
Content Access\nTo: _ at lvh.cc\nFrom:
dc83518c-4eea-447f-a9d8-29e29022e6f8 at myotherdomain.com\n\n--===============6076587290379738777==\nMIME-Version:
1.0\nContent-Type: text/html; charset="utf-8"\nContent-Transfer-Encoding:
quoted-printable\n\n<html>\n<body>\nOh
hello!!!!!\n</body>\n</html>\n--===============6076587290379738777==\nMIME-Version:
1.0\nContent-Type: text/plain; charset="utf-8"\nContent-Transfer-Encoding:
quoted-printable\n\n\nOh
hello!!!!!\n\n--===============6076587290379738777==--'
How do I go about debugging this further?
cheers
lvh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20111005/ecfe33d4/attachment-0001.html>
More information about the Twisted-Python
mailing list