mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-05-22 11:22:42 +00:00
mod/notification-email: add setting for certificate verification
This commit is contained in:
parent
f5dbc27a01
commit
1f460b5bae
5 changed files with 17 additions and 2 deletions
|
|
@ -31,6 +31,8 @@
|
|||
:global EmailGeneralCc "";
|
||||
#:global EmailGeneralTo "mail@example.com";
|
||||
#:global EmailGeneralCc "another@example.com,third@example.com";
|
||||
# Add the CA certificate name here for verification.
|
||||
:global EmailServerCertificate "";
|
||||
|
||||
# You can send Telegram notifications. Register a bot
|
||||
# and add the token and chat ids here, then install the module:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue