mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 02:04:39 +02:00
global-config: do not define mail addresses by default
This commit is contained in:
parent
c40c792806
commit
b769077746
2 changed files with 7 additions and 5 deletions
|
@ -19,8 +19,10 @@
|
|||
# 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.
|
||||
:global EmailGeneralTo "mail@example.com";
|
||||
:global EmailGeneralCc "another@example.com";
|
||||
:global EmailGeneralTo "";
|
||||
:global EmailGeneralCc "";
|
||||
#:global EmailGeneralTo "mail@example.com";
|
||||
#:global EmailGeneralCc "another@example.com,third@example.com";
|
||||
|
||||
# You can send Telegram notifications. Register a bot
|
||||
# and add the token and chat ids here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue