diff options
author | cedricbonhomme <devnull@localhost> | 2010-03-23 14:55:55 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-03-23 14:55:55 +0100 |
commit | cca6bdb9970651d44cdc360c89c6d24443520d58 (patch) | |
tree | 1e9cc44b0d4a35e57283bfc5d8ce4dda14389c05 /cfg/pyAggr3g470r.cfg | |
parent | Minor bug fix. (diff) | |
download | newspipe-cca6bdb9970651d44cdc360c89c6d24443520d58.tar.gz newspipe-cca6bdb9970651d44cdc360c89c6d24443520d58.tar.bz2 newspipe-cca6bdb9970651d44cdc360c89c6d24443520d58.zip |
Minor improvements for the e-mail notification.
Diffstat (limited to 'cfg/pyAggr3g470r.cfg')
-rwxr-xr-x | cfg/pyAggr3g470r.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cfg/pyAggr3g470r.cfg b/cfg/pyAggr3g470r.cfg index 73e4d25f..419967d8 100755 --- a/cfg/pyAggr3g470r.cfg +++ b/cfg/pyAggr3g470r.cfg @@ -3,5 +3,7 @@ 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 +mail_to = address_of_the_recipient@example.com +smtp = smtp.example.com +username = your_mail_address@example.com +password = your_password
\ No newline at end of file |