diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-21 23:24:07 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-21 23:24:07 +0100 |
commit | 53918bd9c3f4b8c5946ba7aea8fe16c7ab9844d9 (patch) | |
tree | 606a69cf70e71837b874fa954e32be0e2fe5c382 /source/cfg/pyAggr3g470r.cfg-sample | |
parent | Test if the article is present in the database before sending it via mail. (diff) | |
download | newspipe-53918bd9c3f4b8c5946ba7aea8fe16c7ab9844d9.tar.gz newspipe-53918bd9c3f4b8c5946ba7aea8fe16c7ab9844d9.tar.bz2 newspipe-53918bd9c3f4b8c5946ba7aea8fe16c7ab9844d9.zip |
Added a new option to specify if e-mail notification is activated.
Diffstat (limited to 'source/cfg/pyAggr3g470r.cfg-sample')
-rwxr-xr-x | source/cfg/pyAggr3g470r.cfg-sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cfg/pyAggr3g470r.cfg-sample b/source/cfg/pyAggr3g470r.cfg-sample index a4ac86fb..26d773ef 100755 --- a/source/cfg/pyAggr3g470r.cfg-sample +++ b/source/cfg/pyAggr3g470r.cfg-sample @@ -5,6 +5,7 @@ dbname = bob_pyaggr3g470r 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 |