sending mail cc, bcc

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alberto Vera

    sending mail cc, bcc

    Hello:

    I have a library called smtplib that send email
    I use these lines to use it: (from -->to)
    ------------------------------------
    server = smtplib.SMTP(se rver)
    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
Working...