sending mail cc, bcc

A

Alberto Vera

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,832
Latest member
GlennSmall

Latest Threads

Top