Re: A Good Mailer

2009-11-19 Thread Victor Subervi
On Wed, Nov 18, 2009 at 6:30 PM, Nick Stinemates wrote: > 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.

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 = &q

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