[Twisted-Python] Sent e-mails coming up empty

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.h... 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: _@lvh.cc\nFrom: dc83518c-4eea-447f-a9d8-29e29022e6f8@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
participants (2)
-
Laurens Van Houtven
-
Thorne, Stephen