mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
refactor: Update mail provider constants and add new provider for exmail
This commit is contained in:
@@ -6,20 +6,15 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ChannelMailProviderGmail = "gmail"
|
ChannelMailProviderGmail = "gmail"
|
||||||
ChannelMailProviderOutlook = "outlook"
|
ChannelMailProviderOutlook = "outlook"
|
||||||
ChannelMailProviderYahoo = "yahoo"
|
ChannelMailProviderYahoo = "yahoo"
|
||||||
ChannelMailProviderHotmail = "hotmail"
|
ChannelMailProviderICloud = "icloud"
|
||||||
ChannelMailProviderAol = "aol"
|
ChannelMailProviderAol = "aol"
|
||||||
ChannelMailProviderZoho = "zoho"
|
ChannelMailProviderZoho = "zoho"
|
||||||
ChannelMailProviderYandex = "yandex"
|
ChannelMailProviderQQ = "qq"
|
||||||
ChannelMailProviderICloud = "icloud"
|
ChannelMailProvider163 = "163"
|
||||||
ChannelMailProviderQQMailProvider = "qq"
|
ChannelMailProviderExmail = "exmail"
|
||||||
ChannelMailProvider163 = "163"
|
|
||||||
ChannelMailProvider126 = "126"
|
|
||||||
ChannelMailProviderSina = "sina"
|
|
||||||
ChannelMailProviderSohu = "sohu"
|
|
||||||
ChannelMailProviderTencent = "tencent"
|
|
||||||
|
|
||||||
ChannelIMProviderSlack = "slack" // https://api.slack.com/messaging/webhooks
|
ChannelIMProviderSlack = "slack" // https://api.slack.com/messaging/webhooks
|
||||||
ChannelIMProviderMSTeams = "ms_teams" // https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=newteams%2Cjavascript
|
ChannelIMProviderMSTeams = "ms_teams" // https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=newteams%2Cjavascript
|
||||||
|
|||||||
Reference in New Issue
Block a user