Re: How to send an anonymous mail via Python script

2013-09-24 Thread Alister
On Tue, 24 Sep 2013 12:29:14 +, Steven D'Aprano wrote: > On Tue, 24 Sep 2013 11:36:16 +, Alister wrote: > >> To put it even more simply If you have a legitimate reason to send me >> emails then you have no legitimate reason to withhold your true >> Identity. > > "Dear Alister, > > Whi

Re: How to send an anonymous mail via Python script

2013-09-24 Thread Chris Angelico
On Tue, Sep 24, 2013 at 10:29 PM, Steven D'Aprano wrote: > On Tue, 24 Sep 2013 11:36:16 +, Alister wrote: > >> To put it even more simply >> If you have a legitimate reason to send me emails then you have no >> legitimate reason to withhold your true Identity. > > "Dear Alister, > > Forgive th

Re: How to send an anonymous mail via Python script

2013-09-24 Thread Steven D'Aprano
On Tue, 24 Sep 2013 11:36:16 +, Alister wrote: > To put it even more simply > If you have a legitimate reason to send me emails then you have no > legitimate reason to withhold your true Identity. "Dear Alister, Forgive this anonymous email, but I don't wish to get fired from my job and sue

Re: How to send an anonymous mail via Python script

2013-09-24 Thread Alister
On Sat, 21 Sep 2013 20:41:25 +1000, Chris Angelico wrote: > On Sat, Sep 21, 2013 at 8:15 PM, Νίκος wrote: >> On 21/9/2013 1:04 μμ, Chris Angelico wrote: >>> >>> On Sat, Sep 21, 2013 at 7:58 PM, Νίκος wrote: Can you please tell me what alternation must be made in order to send this

Re: How to send an anonymous mail via Python script

2013-09-21 Thread Joel Goldstick
On Sat, Sep 21, 2013 at 6:41 AM, Chris Angelico wrote: > On Sat, Sep 21, 2013 at 8:15 PM, Νίκος wrote: > > On 21/9/2013 1:04 μμ, Chris Angelico wrote: > >> > >> On Sat, Sep 21, 2013 at 7:58 PM, Νίκος wrote: > >>> > >>> Can you please tell me what alternation must be made in order to send > >>>

Re: How to send an anonymous mail via Python script

2013-09-21 Thread Chris Angelico
On Sat, Sep 21, 2013 at 8:15 PM, Νίκος wrote: > On 21/9/2013 1:04 μμ, Chris Angelico wrote: >> >> On Sat, Sep 21, 2013 at 7:58 PM, Νίκος 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.

Re: How to send an anonymous mail via Python script

2013-09-21 Thread Νίκος
On 21/9/2013 1:04 μμ, Chris Angelico wrote: On Sat, Sep 21, 2013 at 7:58 PM, Νίκος 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 s

Re: How to send an anonymous mail via Python script

2013-09-21 Thread Chris Angelico
On Sat, Sep 21, 2013 at 7:58 PM, Νίκος 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 addr

How to send an anonymous mail via Python script

2013-09-21 Thread Νίκος
I'll have to ask this atgain because i got no proper reply: Here is the code i wrote to try tos end anonymous mail: # = # if html form is submitted then send user mail #