feat: support acs email provider (#2323)

* feat: support acs email provider

* feat: support acs email provider

* hide Test SMTP Connection button

* fix name acs
This commit is contained in:
UsherFall
2023-09-12 02:13:37 +08:00
committed by GitHub
parent a7cb202ee9
commit dc57c476b7
6 changed files with 343 additions and 36 deletions

View File

@ -161,6 +161,10 @@ export const OtherProviderInfo = {
logo: `${StaticBaseUrl}/img/email_mailtrap.png`,
url: "https://mailtrap.io",
},
"Azure ACS": {
logo: `${StaticBaseUrl}/img/social_azure.png`,
url: "https://learn.microsoft.com/zh-cn/azure/communication-services",
},
},
Storage: {
"Local File System": {
@ -972,6 +976,7 @@ export function getProviderTypeOptions(category) {
{id: "Default", name: "Default"},
{id: "SUBMAIL", name: "SUBMAIL"},
{id: "Mailtrap", name: "Mailtrap"},
{id: "Azure ACS", name: "Azure ACS"},
]
);
} else if (category === "SMS") {