view smtpconfig.py.sample @ 2:db87cd08fec3

Added sample smtpconfig.
author Atul Varma <varmaa@toolness.com>
date Wed, 19 Mar 2008 01:37:51 +0000
parents
children
line wrap: on
line source

my_addr = ("127.0.0.1", 25)
uid = "nobody"
gid = "nobody"
server = "mail.myserver.com"
port = 587
username = "no-reply@myserver.com"
password = "foo"