diff options
-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 |