mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-24 21:04:28 +02:00
mod/notification-*: support extra text (or emojis 🚀) in notification tags
This commit is contained in:
parent
c8e22f33c2
commit
47a657d25c
6 changed files with 16 additions and 7 deletions
|
@ -107,10 +107,11 @@
|
|||
# generate the e-mail subject
|
||||
:set NotificationEMailSubject do={
|
||||
:global Identity;
|
||||
:global IdentityExtra;
|
||||
|
||||
:global QuotedPrintable;
|
||||
|
||||
:return [ $QuotedPrintable ("[" . $Identity . "] " . $1) ];
|
||||
:return [ $QuotedPrintable ("[" . $IdentityExtra . $Identity . "] " . $1) ];
|
||||
}
|
||||
|
||||
# send notification via e-mail - expects one array argument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue