From 265314d2cca7dcb4ce42d3ce2766c4f7148fe8f5 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 22 Jan 2013 08:30:26 +0100 Subject: Updated doc: mail section. --- docs/index.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 21b11b45..bdf46c10 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -112,12 +112,13 @@ via the management page. Passwords are hashed and stored in the file **./var/pas Mail notification ````````````````` -If you wish to stay tuned from new articles of a feed by email, you have to edit the configuration file: +If you wish to stay tuned from new articles of a feed by email, you have to edit the the **main** +section of the configuration file: -* your mail address (address of the recipient of the news); -* a SMTP server; -* the address used by pyAggr3g470r to send the mail, and; -* the corresponding password. +* set the value of *enabled* to 1; +* set the *mail_to* value, your e-mail address (address of the recipient of the news); +* set the *smtp* value, the address of the SMTP server, and; +* set the *username* and *password* values for the authentication to the SMTP server. .. code-block:: ini -- cgit