Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

About undisclosed recipient

3 views
Skip to first unread message

bartek...@gmail.com

unread,
Jul 9, 2005, 12:04:51 PM7/9/05
to
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

Jeff Epler

unread,
Jul 9, 2005, 2:00:50 PM7/9/05
to bartek...@gmail.com, pytho...@python.org
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 the headers of the actual message---it simply calls
rcpt() once for each address in to_addrs. The example in the docstring
doesn't even *have* a To: header in the message!

Jeff

Peter Hansen

unread,
Jul 9, 2005, 2:16:11 PM7/9/05
to

Judging my the page that comes up for that link, or for your other web
page at bartek.webd.pl, it seems likely you are looking for this
information just to increase the amount of spam the world suffers from.

If that's not true, please explain why you want to send emails without
the recipient names showing and without the sender showing. Otherwise I
hope none of us go out of our way to help.

Bartek Ryłko

unread,
Jul 21, 2005, 2:06:07 AM7/21/05
to bartek...@gmail.com, pytho...@python.org
Hi!
Thanks for Your info!! It was very usefull for me! :-)
Thanks once again!
0 new messages