to do a simple email program

Paul Wright -$P-W$- at verence.demon.co.uk
Sun Jan 27 08:05:53 EST 2002


In article <3C51F0B6.D2F6FAA2 at bitstream.net>,
root  <aries at bitstream.net> wrote:
>I want to have it simple.   Once I get the program going I will want to
>make it to put on the web:
>So a  cgi script in python  will  get the info from a html form.
>--like the  email  to  address
>-- the  email from address
>-- the subject of the email
>-- the message the person wants to send as an email
>
>and then  they would click  send on the html form

When you do this, make sure it's not accessible to everyone on the
Internet. I'm getting a fair bit of spam via machines with insecure cgi
scripts which send mail.

-- 
Paul Wright | http://pobox.com/~pw201 |



More information about the Python-list mailing list