Python - Database and Email

Rene Pijlman reply.in at the.newsgroup
Sat Apr 5 12:26:14 EST 2003


Kenneth Gomez:
>I would like to send personalized emails out to client using 
>Python, MySQL

See
http://www.python.org/doc/current/lib/module-email.html
http://www.python.org/doc/current/lib/module-smtplib.html

>But it doesnt teach the integration with an email client?

You don't need to integrate with an email client. Just send the
mail from the Python program itself, using the above mentioned
libraries.

-- 
René Pijlman




More information about the Python-list mailing list