diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/smtpconfig.py.sample	Wed Mar 19 01:37:51 2008 +0000
@@ -0,0 +1,7 @@
+my_addr = ("127.0.0.1", 25)
+uid = "nobody"
+gid = "nobody"
+server = "mail.myserver.com"
+port = 587
+username = "no-reply@myserver.com"
+password = "foo"