adding mail attachments

Jürgen Hermann jhe at webde-ag.de
Mon Jun 26 05:18:03 EDT 2000


"geoff munday" <geoffm at nojunkmailqsiuk.com> schrieb im Newsbeitrag
news:8ivdl4$90k$1 at supernews.com...
> Can anyone advise where to look for instructions or examples??

As an additional note, I discovered that MimeWriter does NOT add a
mime-version header (IMHO it should). That caused problems with my mailer,
refusing to parse the multi-part message correctly. So be sure to add this
to your code:

mail = MimeWriter.MimeWriter(mailtext)
...
mail.addheader("MIME-Version", "1.0")






More information about the Python-list mailing list