Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-12 | mod/notification-email: clean name for display name | 1 | -1/+3 | ||
2024-03-12 | mod/notification-email: add display name with identity (if not given) | 1 | -2/+17 | ||
2024-03-12 | mod/notification-email: switch to $LogPrint | 1 | -6/+6 | ||
2024-03-12 | mod/notification-email: remove extra spaces | 1 | -1/+1 | ||
2024-01-30 | mod/notification-email: drop support for old property name | 1 | -2/+4 | ||
2024-01-01 | update copyright for 2024 | 1 | -1/+1 | ||
2023-12-05 | mod/notification-email: $NotificationFunctions->"email": support hook for ↵ | 1 | -1/+2 | ||
signature You can compose your own signature by creating a function: :global NotificationEMailSignature do={ :global EitherOr; :local RouterBoard [ /system/routerboard/get ]; :return ( \ [ $EitherOr ($RouterBoard->"board-name") ($RouterBoard->"model") ] . " s/n " . $RouterBoard->"serial-number" . " | " . \ "RouterOS " . [ /system/package/update/get installed-version ] . " | " . \ "IP " . [ /ip/cloud/get public-address ]); } | |||||
2023-12-04 | mod/notification-email: $QuotedPrintable: also encode question mark | 1 | -1/+1 | ||
Following the RFC it is not required, but looks like Thunderbird has an issue here... https://datatracker.ietf.org/doc/html/rfc2045#section-6.7 | |||||
2023-12-04 | mod/notification-email: $QuotedPrintable: minor rework | 1 | -10/+11 | ||
We have to encode all characters from 0x00 to 0x1f as well... Also the equal sign is nothing special here, just adding to list. | |||||
2023-11-14 | mod/notification-email: rename scheduler | 1 | -4/+4 | ||
2023-10-06 | mod/notification-email: handle new property name...routeros-7.12rc1-1 | 1 | -2/+3 | ||
... which changed in RouterOS 7.12rc1. | |||||
2023-08-06 | mod/notification-email: introduce $PurgeEmailQueue | 1 | -0/+9 | ||
... to purge the queue and remove the scheduler. | |||||
2023-06-27 | mod/notification-email: escaping question mark is no longer required | 1 | -1/+1 | ||
2023-04-04 | mod/notification-email: link documentation | 1 | -0/+3 | ||
2023-03-07 | rename scripts and add file extension ".rsc"change-95 | 1 | -0/+206 | ||
No functional change for the user... The migration is done automatically. |