aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-01-22 08:30:26 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-01-22 08:30:26 +0100
commit265314d2cca7dcb4ce42d3ce2766c4f7148fe8f5 (patch)
treec1721b4a1ce20bfafd5c824304a0f8573d409733 /docs
parentUpdated documentation with the new 'mail enabled' option. (diff)
downloadnewspipe-265314d2cca7dcb4ce42d3ce2766c4f7148fe8f5.tar.gz
newspipe-265314d2cca7dcb4ce42d3ce2766c4f7148fe8f5.tar.bz2
newspipe-265314d2cca7dcb4ce42d3ce2766c4f7148fe8f5.zip
Updated doc: mail section.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst11
1 files changed, 6 insertions, 5 deletions
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
bgstack15