Re: smtplib.send_message
Oleg Broytman <[email protected]> Sun, 19 Jun 2011 19:04:45 +0400
| Newsgroups | gmane.comp.python.mime.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jun 19, 2011 at 04:44:01PM +0200, ??ric Araujo wrote:
> I really don???t see why I have to give again some
> headers to the STMP object when they???re already here in the message
> object.
Bcc, e.g., is the header that isn't in the message or must be removed
from the message before hitting the wire.
Oleg.
--
Oleg Broytman http://phdru.name/ [email protected]
Programmers don't die, they just GOSUB without RETURN.