feat: Support SMSPlanet notification provider (#5800)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Dawid
2025-04-26 22:33:26 +02:00
committed by GitHub
parent 3b58ac3fd3
commit f6444aacd2
6 changed files with 100 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ import WPush from "./WPush.vue";
import SIGNL4 from "./SIGNL4.vue";
import SendGrid from "./SendGrid.vue";
import YZJ from "./YZJ.vue";
import SMSPlanet from "./SMSPlanet.vue";
/**
* Manage all notification form.
@@ -148,6 +149,7 @@ const NotificationFormList = {
"WPush": WPush,
"SendGrid": SendGrid,
"YZJ": YZJ,
"SMSPlanet": SMSPlanet,
};
export default NotificationFormList;