In article <[EMAIL PROTECTED]>, Kun <[EMAIL PROTECTED]> wrote:
>I have a python-cgi form whose sole purpose is to email. > >It has the fields 'to', 'from', 'subject', 'body', etc. and if the user >fills them out and clicks submit, it will invoke another file called >mail.py which uses smtplib to send the message. Why do you need 2 Python scripts? Why can't the first one use smtplib to send the message directly? -- http://mail.python.org/mailman/listinfo/python-list