Add HEY to mail providers

This commit is contained in:
Snazzah 2021-10-02 22:55:50 -05:00 committed by GitHub
parent 6c2f76debc
commit b0d6d62371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,8 @@ function mapMailProvider(email?: string): [string, string] | undefined {
return ["mail.com", "https://www.mail.com/mail/"];
case "yandex.com":
return ["Yandex Mail", "https://mail.yandex.com/"];
case "hey.com":
return ["HEY", "https://app.hey.com/"];
default:
return [domain, `https://${domain}`];
}