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 (
|
||||
ChannelMailProviderGmail = "gmail"
|
||||
ChannelMailProviderOutlook = "outlook"
|
||||
ChannelMailProviderYahoo = "yahoo"
|
||||
ChannelMailProviderHotmail = "hotmail"
|
||||
ChannelMailProviderAol = "aol"
|
||||
ChannelMailProviderZoho = "zoho"
|
||||
ChannelMailProviderYandex = "yandex"
|
||||
ChannelMailProviderICloud = "icloud"
|
||||
ChannelMailProviderQQMailProvider = "qq"
|
||||
ChannelMailProvider163 = "163"
|
||||
ChannelMailProvider126 = "126"
|
||||
ChannelMailProviderSina = "sina"
|
||||
ChannelMailProviderSohu = "sohu"
|
||||
ChannelMailProviderTencent = "tencent"
|
||||
ChannelMailProviderGmail = "gmail"
|
||||
ChannelMailProviderOutlook = "outlook"
|
||||
ChannelMailProviderYahoo = "yahoo"
|
||||
ChannelMailProviderICloud = "icloud"
|
||||
ChannelMailProviderAol = "aol"
|
||||
ChannelMailProviderZoho = "zoho"
|
||||
ChannelMailProviderQQ = "qq"
|
||||
ChannelMailProvider163 = "163"
|
||||
ChannelMailProviderExmail = "exmail"
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user