Repository :
http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
---------------------------------------------------------------
commit 60e8268a030c419dd3687413941dce434520e662
Author: Pierre-Yves Chibon <pingou(a)pingoured.fr>
Date: Fri Nov 23 18:32:37 2012 +0100
Update documentation wrt the addition of the SMTP_SERVER field in the configuration
---------------------------------------------------------------
doc/configuration.rst | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/doc/configuration.rst b/doc/configuration.rst
index 9f861a8..ee4437c 100644
--- a/doc/configuration.rst
+++ b/doc/configuration.rst
@@ -46,3 +46,15 @@ fedocal instance.
See :doc:`usage` for details explanations on the different administration layer
of fedocal.
+
+The SMTP server address
+-----------------------
+
+Fedocal sends reminder emails for the meeting for which it has been asked.
+This tasks is performed by an hourly cron job.
+The ``SMTP_SERVER`` field in the configuration file refers to the address
+of the `SMTP <
http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol>`
+server to use to send these reminders.
+
+
+This field defaults to ``SMTP_SERVER='localhost'``.