How to lunch webpage without using SMTP server?

John fabiani jfabiani at yolo.com
Wed Jul 21 11:40:58 EDT 2004


Grant Edwards wrote:
> On 2004-07-21, Nancy <wxling3 at hotmail.com> wrote:
> 
> 
>>  Is there any other way to use python or mod_python writing a web page?
>>I mean, not use "form.py/email", no SMTP server.
>>   <form action="form.py/email" method="POST"> ...
> 
> 
> I'm afraid your question make no sense.
> 
> SMTP is a mail-transfer protocol. It's got nothing to do with
> webpages.  Or with lunch.  ;)
> 
> http://www.catb.org/~esr/faqs/smart-questions.html
> 
I think she's trying to say: Is there away to send an email from a web 
page without having a SMTP server.  I believe a SMTP server (of 
sometype) is required somewhere.  That said maybe you can use
http://www.hare.demon.co.uk/pysmtp.html
John



More information about the Python-list mailing list