Right, On the now well know locations: http://www.xs4all.nl/~zmj/Zope/MailHost.1.9.0.patch and http://www.xs4all.nl/~zmj/Zope/MailHost.1.10.0pr1.patch you'll find a patch that will actually give you a fully RFC821 compliant MailHost object. - All datalines sent to the SMTP server use \r\n line-endings. - The body (and only the body) of the message is quoted-printable encoded. - The appropriate MIME headers are added. This way, all SMTP servers should be able to process the email, and any clients receiving it will decode the quoted-printable encoding. Yes I know, the SendMail.send method has an argument 'subj' that is actually never used, but this was allready the case with the original DC code. I'll leave it up to them to remove it. -- M.J. Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-6254545 Fax: +31-35-6254555 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------