sending mail cc, bcc

Alberto Vera avera at coes.org.pe
Thu Jan 29 10:23:37 EST 2004


Hello:

I have a library called smtplib that send email
I use these lines to use it:  (from -->to)
------------------------------------
server = smtplib.SMTP(server)
server.sendmail(fromaddr, toaddrs, message)
------------------------------------

But I'd like to include some mails CC ,BCC.
(from -->to)
(       |-->cc )
(       |-->bcc)

Does anyone have a library to make it? (mail: from, to, cc, bcc)

Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040129/be90c610/attachment.html>


More information about the Python-list mailing list