From 1b51a3dc92e3d17e74a367133307cc2b298335bf Mon Sep 17 00:00:00 2001 From: Elijah R Date: Sun, 7 Apr 2024 17:53:59 -0400 Subject: [PATCH] add more email providers --- config.example.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index feb7949..3bdcff5 100644 --- a/config.example.toml +++ b/config.example.toml @@ -3,7 +3,12 @@ EmailVerificationRequired = true EmailDomainWhitelist = true AllowedEmailDomains = [ # Public providers - "gmail.com", "outlook.com", "icloud.com", "yahoo.com", "yandex.com", "yandex.ru", "gmx.com", "spectrum.net", "comcast.net", "aol.com", "proton.me", "protonmail.com", "tutanota.com", "fastmail.fm", + "gmail.com", "outlook.com", "icloud.com", "yahoo.com", "yandex.com", + "yandex.ru", "gmx.com", "spectrum.net", "comcast.net", "aol.com", + "proton.me", "protonmail.com", "tutanota.com", "fastmail.fm", + "mail.com", "email.com", "protonmail.ch", "googlemail.com", "gmx.de", + "hotmail.com", "live.com", "msn.com", "mail.ru", "googlemail.com", + "web.de", "t-online.de", # CollabVM and friends "computernewb.com", "elijahr.dev", "darkok.xyz", "kevinthe.horse", "kevinhosting.xyz", ]