Re: A Good Mailer

2009-11-19 Thread Victor Subervi
On Wed, Nov 18, 2009 at 6:30 PM, Nick Stinemates n...@stinemates.orgwrote: On Wed, Nov 18, 2009 at 03:27:11PM -0400, Victor Subervi wrote: Hi; I need a good mailer that will enable me to mail email from web forms. smtplib Suggestions? silly example.. #!/usr/bin/env python import

A Good Mailer

2009-11-18 Thread Victor Subervi
Hi; I need a good mailer that will enable me to mail email from web forms. Suggestions? TIA, Victor -- http://mail.python.org/mailman/listinfo/python-list

Re: A Good Mailer

2009-11-18 Thread Nick Stinemates
On Wed, Nov 18, 2009 at 03:27:11PM -0400, Victor Subervi wrote: Hi; I need a good mailer that will enable me to mail email from web forms. smtplib Suggestions? silly example.. #!/usr/bin/env python import smtplib session = smtplib.SMTP(localhost) username = abc password = def session.login