Re: Constructing RFC2822 Message

2005-12-19 Thread Narendra
Thanks Steve, No I'm not using windows XP client. I'm using linux client and no firewall is there Thanks, Narendra -- http://mail.python.org/mailman/listinfo/python-list

Re: Constructing RFC2822 Message

2005-12-05 Thread Tim Williams (gmail)
On 5 Dec 2005 06:27:44 -0800, Narendra <[EMAIL PROTECTED]> wrote: Hi All,This is narendra from india doing my engineering.i need to develop an E-mail client in python,which connects to my MTAon port 25 and sends email from there.I was able to do that but my e-mail is ending in bulk when i'm trying

Re: Constructing RFC2822 Message

2005-12-05 Thread Steve Holden
Narendra wrote: > Thanks jep for the quick response.But when im sending with different > program written in java i was able to send into inbox. > > So i thought problem was with the python code only. > > Narendra > Are you sending from a Windows XP client? If so the firewall may be getting in y

Re: Constructing RFC2822 Message

2005-12-05 Thread Narendra
Thanks jep for the quick response.But when im sending with different program written in java i was able to send into inbox. So i thought problem was with the python code only. Narendra -- http://mail.python.org/mailman/listinfo/python-list

Re: Constructing RFC2822 Message

2005-12-05 Thread jepler
On Mon, Dec 05, 2005 at 06:27:44AM -0800, Narendra wrote: > I was able to do that but my e-mail is ending in bulk when i'm trying > to senf to hotmail/msn. Perhaps this is an over-zealous filter on the hotmail/msn side, not a problem with Python. I don't know for sure, but some news stories indic

Constructing RFC2822 Message

2005-12-05 Thread Narendra
Hi All, This is narendra from india doing my engineering. i need to develop an E-mail client in python,which connects to my MTA on port 25 and sends email from there. I was able to do that but my e-mail is ending in bulk when i'm trying to senf to hotmail/msn. here im giving the code of my prog