diff options
author | cedricbonhomme <devnull@localhost> | 2010-03-22 22:36:34 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-03-22 22:36:34 +0100 |
commit | 3aa4143dee58eb21d224ec69ce232612ddd38ce5 (patch) | |
tree | 3cbe18167b4bb73952f6d76ace0965e6cbeeb41f /cfg | |
parent | The database of feeds is monitored with the Python gamin module. (diff) | |
download | newspipe-3aa4143dee58eb21d224ec69ce232612ddd38ce5.tar.gz newspipe-3aa4143dee58eb21d224ec69ce232612ddd38ce5.tar.bz2 newspipe-3aa4143dee58eb21d224ec69ce232612ddd38ce5.zip |
Added: email notification of new articles.
Diffstat (limited to 'cfg')
-rwxr-xr-x[-rw-r--r--] | cfg/pyAggr3g470r.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cfg/pyAggr3g470r.cfg b/cfg/pyAggr3g470r.cfg index b31a1233..73e4d25f 100644..100755 --- a/cfg/pyAggr3g470r.cfg +++ b/cfg/pyAggr3g470r.cfg @@ -1,3 +1,7 @@ [global] -path = /home/cedric/prog/python/pyaggr3g470r/ +path = /home/cedric/prog/python/projects/pyaggr3g470r/ sqlitebase = ./var/feed.db +[mail] +mail_from = pyAggr3g470r@mail.com +mail_to = example@mail.com +smtp = smtp.orange.fr
\ No newline at end of file |