[Email-SIG] simple email list in python

Oleg Broytmann phd at phd.pp.ru
Mon Jan 14 10:02:53 CET 2008


On Mon, Jan 14, 2008 at 12:38:53AM -0800, Mark wrote:
>   how to make python recieve emails and process it
>  after that it is straight forward processing in python inserting in db/file etc
> 
>  i dont want to write an mta
>  i want to use another mta

   The question has nothing with python or email package - it only depends
on the MTA you are going to use. Usually every MTA can pipe a message to
stdin of a program and that's enough.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.


More information about the Email-SIG mailing list