aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-12-14 07:45:05 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-12-14 07:45:05 +0100
commit43c1fae3cfa78522347cafacb67c7a8700117aa0 (patch)
treea0708f9e05c0395c7ee381cbc03de0fc29b28744 /docs
parentAdded links to Ohloh and Freecode in the documentation. (diff)
downloadnewspipe-43c1fae3cfa78522347cafacb67c7a8700117aa0.tar.gz
newspipe-43c1fae3cfa78522347cafacb67c7a8700117aa0.tar.bz2
newspipe-43c1fae3cfa78522347cafacb67c7a8700117aa0.zip
Setting email notifications.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a5a15fcc..84912bb9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -114,6 +114,33 @@ Add a username and a password in the file **./var/password** separated by a semi
The default user is *admin* with the password *admin*. The password should be hashed with the SHA1 function.
+Mail notification
+`````````````````
+If you wish to stay tuned from new articles of a feed by email, you have to edit 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.
+
+.. code-block:: cfg
+
+ [MongoDB]
+ address = mongodb.alwaysdata.com
+ port = 27017
+ dbname = bob_pyaggr3g470r
+ user = bob
+ password = password_of_bob
+ [mail]
+ mail_from = pyAggr3g470r@no-reply.com
+ mail_to = address_of_the_recipient@example.com
+ smtp = smtp.example.com
+ username = your_mail_address@example.com
+ password = your_password
+ [misc]
+ diaspora_pod = joindiaspora.com
+
+Then just click on "Stay tuned" for the desired feed(s) at the main page of pyAggr3g470r in your browser.
Launch
bgstack15