sonam Kumari via Python-list schreef op 20/06/2023 om 9:49:
>
> I've tried the above code and the bcc address does not receive the message, on the To & CC addresses receive it.
>
> Here are snippets from my code, perhaps something will stand out to you?
>
> to = 'e...@domain.gov'
> cc = 'e..
On Friday, November 30, 2012 at 7:00:27 AM UTC+5:30, ake...@gmail.com wrote:
> On Tuesday, September 30, 2008 8:00:16 AM UTC-8, Bernhard Walle wrote:
> > Hi,
> >
> > * cindy jones [2008-09-30 19:57]:
> > >
> > > Can someone tel me how to add cc's and bcc's while sending mails using
> > > pyth
On Tuesday, September 30, 2008 8:00:16 AM UTC-8, Bernhard Walle wrote:
> Hi,
>
> * cindy jones [2008-09-30 19:57]:
> >
> > Can someone tel me how to add cc's and bcc's while sending mails using
> > python
>
> Following (tested) snippet should help:
>
> -- 8< -
Hi,
* cindy jones [2008-09-30 19:57]:
>
> Can someone tel me how to add cc's and bcc's while sending mails using
> python
Following (tested) snippet should help:
-- 8< --
from smtplib import SMTP
from email.mime.image import MIMEImage
from email.mime.t
Hello all,
Can someone tel me how to add cc's and bcc's while sending mails using
python
Thank you all
--
http://mail.python.org/mailman/listinfo/python-list