Support SUBMAIL email provider

This commit is contained in:
Gucheng Wang
2022-09-04 11:21:20 +08:00
parent 409be85264
commit b23bd0b189
2 changed files with 6 additions and 0 deletions

View File

@ -633,6 +633,7 @@ export function getProviderTypeOptions(category) {
return (
[
{id: "Default", name: "Default"},
{id: "SUBMAIL", name: "SUBMAIL"},
]
);
} else if (category === "SMS") {