diff --git a/config/ezbuild.conf b/config/ezbuild.conf index 3ff342c..502eb7b 100644 --- a/config/ezbuild.conf +++ b/config/ezbuild.conf @@ -11,3 +11,7 @@ LOGGING="yes" # This customizable format may be needed when you want to perform analysis on the logs # stored in the log file. LOGDATEFORMAT="%d/%m/%Y %H:%M:%S" + +# Specifies an e-mail address, where all notifications will be sent to. If this variable +# is empty, none notification will be sent at all. +NOTIFY="" diff --git a/config/ezsync.conf b/config/ezsync.conf index 3ff342c..502eb7b 100644 --- a/config/ezsync.conf +++ b/config/ezsync.conf @@ -11,3 +11,7 @@ LOGGING="yes" # This customizable format may be needed when you want to perform analysis on the logs # stored in the log file. LOGDATEFORMAT="%d/%m/%Y %H:%M:%S" + +# Specifies an e-mail address, where all notifications will be sent to. If this variable +# is empty, none notification will be sent at all. +NOTIFY=""