diff options
author | cedricbonhomme <devnull@localhost> | 2010-03-24 09:44:36 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-03-24 09:44:36 +0100 |
commit | 636e6c059d937fc496dbf45039fab7088a74b2d4 (patch) | |
tree | ea5a331f015b7bb3938da62e8ac61e886de3d80d /cfg/pyAggr3g470r.cfg | |
parent | Added README file. (diff) | |
download | newspipe-636e6c059d937fc496dbf45039fab7088a74b2d4.tar.gz newspipe-636e6c059d937fc496dbf45039fab7088a74b2d4.tar.bz2 newspipe-636e6c059d937fc496dbf45039fab7088a74b2d4.zip |
Minor modification.
Diffstat (limited to 'cfg/pyAggr3g470r.cfg')
-rwxr-xr-x | cfg/pyAggr3g470r.cfg | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cfg/pyAggr3g470r.cfg b/cfg/pyAggr3g470r.cfg index bbfee26c..246a15eb 100755 --- a/cfg/pyAggr3g470r.cfg +++ b/cfg/pyAggr3g470r.cfg @@ -2,8 +2,7 @@ path = /home/cedric/prog/python/projects/pyaggr3g470r/ sqlitebase = ./var/feed.db [mail] -mail_from = pyAggr3g470r@mail.com -mail_to = kimble.mandel@gmail.com -smtp = smtp.orange.fr -username = cedric_bonhomme@orange.fr -password = orangeMails51
\ 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 |