mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 10:14:51 +02:00
introduce 'mod/notification-email', split off from global-functions
This commit is contained in:
parent
562c565fcf
commit
eccc187014
20 changed files with 240 additions and 151 deletions
|
@ -15,9 +15,11 @@
|
|||
:global PrefixInZone true;
|
||||
:global ServerNameInZone false;
|
||||
|
||||
# These addresses are used to send e-mails to. The to-address needs
|
||||
# to be filled; cc-address can be empty, one address or a comma
|
||||
# separated list of addresses.
|
||||
# You can send e-mail notifications. Configure the system's mail settings
|
||||
# (/tool/e-mail), then install the module:
|
||||
# $ScriptInstallUpdate mod/notification-email
|
||||
# The to-address needs to be filled; cc-address can be empty, one address
|
||||
# or a comma separated list of addresses.
|
||||
:global EmailGeneralTo "";
|
||||
:global EmailGeneralCc "";
|
||||
#:global EmailGeneralTo "mail@example.com";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue