From 7283729eae4b9ddebb131e5f6f29456b72c8587f Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 18 Nov 2016 09:04:17 +0100 Subject: [PATCH] Added test run destination mail --- dev/tests/conf-local/local.conf | 2 +- dev/tests/conf-local/remote.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tests/conf-local/local.conf b/dev/tests/conf-local/local.conf index e1423d4..13b718a 100644 --- a/dev/tests/conf-local/local.conf +++ b/dev/tests/conf-local/local.conf @@ -154,7 +154,7 @@ DELTA_COPIES=yes ## ---------- ALERT OPTIONS ## List of alert mails separated by spaces -DESTINATION_MAILS="your@alert.tld" +DESTINATION_MAILS="ozy@netpower.fr" ## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/) SENDER_MAIL="alert@your.system.tld" diff --git a/dev/tests/conf-local/remote.conf b/dev/tests/conf-local/remote.conf index 748ca8e..addcb4b 100644 --- a/dev/tests/conf-local/remote.conf +++ b/dev/tests/conf-local/remote.conf @@ -154,7 +154,7 @@ DELTA_COPIES=yes ## ---------- ALERT OPTIONS ## List of alert mails separated by spaces -DESTINATION_MAILS="your@alert.tld" +DESTINATION_MAILS="ozy@netpower.fr" ## Windows specific (msys / cygwin environment) only mail options (used with mailsend.exe from muquit, http://github.com/muquit/mailsend or from sendemail.exe from Brandon Zehm, http://caspian.dotconf.net/menu/Software/SendEmail/) SENDER_MAIL="alert@your.system.tld"