diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-22 08:18:25 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-22 08:18:25 +0100 |
commit | b4a7899fc4dd55a974a788300d40c6ba5e593a00 (patch) | |
tree | cee84297c3ddd85010e386629d3236dd8c651520 /docs | |
parent | Bugfix: ensure that the 'mail' option value is an integer. (diff) | |
download | newspipe-b4a7899fc4dd55a974a788300d40c6ba5e593a00.tar.gz newspipe-b4a7899fc4dd55a974a788300d40c6ba5e593a00.tar.bz2 newspipe-b4a7899fc4dd55a974a788300d40c6ba5e593a00.zip |
Updated documentation with the new 'mail enabled' option.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 34c4be7e..21b11b45 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -128,6 +128,7 @@ If you wish to stay tuned from new articles of a feed by email, you have to edit user = bob password = password_of_bob [mail] + enabled = 0 mail_from = pyAggr3g470r@no-reply.com mail_to = address_of_the_recipient@example.com smtp = smtp.example.com |