Python smtp server
Erno Kuusela
erno-news at erno.iki.fi
Mon Sep 18 11:15:55 EDT 2000
More information about the Python-list mailing list
Mon Sep 18 11:15:55 EDT 2000
- Previous message (by thread): Python smtp server
- Next message (by thread): Python smtp server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>>> "Brendan" == Brendan Leong See <s003935 at student.uq.edu.au> writes: Brendan> I've noticed that Python libraries only support the Brendan> client side of the smtp protocol. Could anyone tell me Brendan> where I could find a smtp server already implemented? i don't think one exist. writing a complete good MTA is a lot of work... on the other hand if you just want all mail sent to a certain address to end up in your python program, you can configure most existing MTA:s to do that. -- erno
- Previous message (by thread): Python smtp server
- Next message (by thread): Python smtp server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list