A email.cgi script

Tim Roberts timr at probo.com
Mon Aug 16 01:05:01 EDT 2004


wonder <a at b.com> wrote:
>
>I would like to write a python script that can be used in my website for 
>  other people whoever browse my webside to send an email using my smtp 
>server. Is there any sample python script can do that?

It looks lik you have one here.

>Here is my python script, but it does not display To and From editbox in 
>the webpage for user type in their addresses:

Well, then, add <input type=text name=to size=80> and <input type=text
name=from size=80> to your web page and fetch them here.  The rest of this
looks fine.
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list