Re: About undisclosed recipient

2006-02-13 Thread Ganesan Rajagopal
> Liyana Robert <[EMAIL PROTECTED]> writes: > Pls help me to know About undisclosed recipient. > How we can sent mails to other like this. Use Bcc header instead of To or Cc. Ganesan -- Ganesan Rajagopal -- http://mail.python.org/mailman/listinfo/python-list

Re: About undisclosed recipient

2005-07-20 Thread Bartek Ryłko
Hi! Thanks for Your info!! It was very usefull for me! :-) Thanks once again! On 7/9/05, Jeff Epler <[EMAIL PROTECTED]> wrote: > You provided far too little information for us to be able to help. > > If you are using smtplib, it doesn't even look at message's headers to > find the recipient list;

Re: About undisclosed recipient

2005-07-09 Thread Jeff Epler
You provided far too little information for us to be able to help. If you are using smtplib, it doesn't even look at message's headers to find the recipient list; you must use the rcpt() method to specify each one. If you are using the sendmail method, the "to_addrs" list has no relationship to t

Re: About undisclosed recipient

2005-07-09 Thread Peter Hansen
[EMAIL PROTECTED] wrote: > Hi all, Any one got idea about how to set undisclosed recipient? I put > all recipient in BCC field while the To field don't want to leave > blank. but neither fail to place an empty email address nor i don't > want to put my own email address inside. www.bartekrr.info J