Using SMTPlib.

Brian Andersen brian at nr6.dk
Mon Jun 4 12:29:43 EDT 2001


Hi.

I'm in the process of writing my very first project in Python - a webmail
application.
I've tried the SMTPlib and it work out fint, but the mails I send don't have
a subject.

I've tried the example that is in the Pythondocumentation for the SMTPlib
and it works well, but how do I insert a subject field?

The same goes for CC end BCC-fields. Are they handled by the SMTPlib or is
it something that I must handle in my program?

Hope you can help me.

Best regards.
Brian.







More information about the Python-list mailing list