comparison 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
comparison
equal deleted inserted replaced
1:82844adbddaf 2:db87cd08fec3
1 my_addr = ("127.0.0.1", 25)
2 uid = "nobody"
3 gid = "nobody"
4 server = "mail.myserver.com"
5 port = 587
6 username = "no-reply@myserver.com"
7 password = "foo"