sendmail

Gerhard Häring gerhard.nospam at bigfoot.de
Wed Jun 20 06:20:09 EDT 2001


On Mon, 18 Jun 2001 13:37:39 -0500, Nik Goodey <splat_360 at flashmail.com> wrote:
>I am trying to get a form on my page email me some info.  I can;t figure 
>out how to get sendmail to get the form info and email it.

You get the form info with the cgi module. I use the smtplib module for sending
mail instead of sendmail.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://highqualdev.com              public key at homepage
public key fingerprint: DEC1 1D02 5743 1159 CD20  A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))



More information about the Python-list mailing list