Re: Recieving emails in python

2008-01-13 Thread Shane Geiger
[EMAIL PROTECTED] wrote: > I m trying to create something simple a mailing list similar to yahoo > groups > I m stumbling at the part where the python recieves messages via say > [EMAIL PROTECTED] > > how to make python recieve emails and process it > after that it is str

Re: Recieving emails in python

2008-01-13 Thread mobiledreamers
ok i dont want to write an mta i want to use another mta to recieve emails on say - [EMAIL PROTECTED] so can i start reading the emails to python from that mta How to set this up to read messages from the mta sending out email we are using sendmail so we ll continue using that for now thanks It