mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-07-03 16:01:35 +00:00
mod/notification-email: add setting for certificate verification
This commit is contained in:
parent
3476ce35b3
commit
ec7a44f9c6
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