Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2008-11-09 22:21:21 +0300
committerDavid Rousselie <dax@happycoders.org>2008-11-09 22:21:21 +0300
commite829fa68f47884bc41b8c51f5e21ce568b47313d (patch)
tree19123f9d5690f54b211517d5c8af1bf848eacfd0
parenta30b7e6d98627bef7d063b0ecbbddac47bec4c38 (diff)
Add default SMTP server in default config file
darcs-hash:20081109192121-86b55-0018f6a950a489f0edb80aae7ade6cc7ca919836.gz
-rw-r--r--conf/jmc.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/jmc.conf b/conf/jmc.conf
index 69786f7..fb309c9 100644
--- a/conf/jmc.conf
+++ b/conf/jmc.conf
@@ -34,3 +34,12 @@ check_interval: 1
[vcard]
url: http://people.happycoders.org/dax/projects/jmc
+[smtp]
+smtp_default_login: test
+smtp_default_password: test
+smtp_default_host: testhost
+smtp_default_port: 25
+smtp_default_tls: True
+smtp_default_label: Default SMTP Server
+enable_smtp_default_account: False
+