Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54544
| References | <l1jqjt$16e$1@dont-email.me> |
|---|---|
| Date | 2013-09-21 20:04 +1000 |
| Subject | Re: How to send an anonymous mail via Python script |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.221.1379758290.18130.python-list@python.org> (permalink) |
On Sat, Sep 21, 2013 at 7:58 PM, Νίκος <nikos.gr33k@gmail.com> wrote: > Can you please tell me what alternation must be made in order to send this > anonymously? > > that is my question. There must be a way. No, there isn't. The nearest you could come to anonymous mail would be sending via a botnet (to hide your IP address) and forging the from address. So unless you *want* your mail to be flagged as spam and detested by the entire world, NO THERE IS NO WAY to send it anonymously. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to send an anonymous mail via Python script Νίκος <nikos.gr33k@gmail.com> - 2013-09-21 12:58 +0300
Re: How to send an anonymous mail via Python script Chris Angelico <rosuav@gmail.com> - 2013-09-21 20:04 +1000
Re: How to send an anonymous mail via Python script Νίκος <nikos.gr33k@gmail.com> - 2013-09-21 13:15 +0300
Re: How to send an anonymous mail via Python script Chris Angelico <rosuav@gmail.com> - 2013-09-21 20:41 +1000
Re: How to send an anonymous mail via Python script Alister <alister.ware@ntlworld.com> - 2013-09-24 11:36 +0000
Re: How to send an anonymous mail via Python script Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-24 12:29 +0000
Re: How to send an anonymous mail via Python script Chris Angelico <rosuav@gmail.com> - 2013-09-24 22:42 +1000
Re: How to send an anonymous mail via Python script Alister <alister.ware@ntlworld.com> - 2013-09-24 14:55 +0000
Re: How to send an anonymous mail via Python script Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-21 12:09 -0400
csiph-web