wonder <> 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,
Providenza & Boekelheide, Inc.