Skip to content

Commit

Permalink
[TASK] Extend customer mail addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Nov 6, 2024
1 parent f51cf79 commit bfd0767
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion Classes/Domain/Service/Provider/CustomerMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,34 @@
class CustomerMail
{
protected array $b2cEmailDomains = [
'163.com',
'126.com',
'139.com',
'188.com',
'189.cn',
'1und1.de',
'aok.de',
'aol.de',
'aol.com',
'aon.at',
'arcor.de',
'barmer.de',
'bluemail.ch',
'bluewin.ch',
'chello.at',
'dak.de',
'dxy.cn',
'eclipso.at',
'eclipso.com',
'eclipso.de',
'email.de',
'ewe.net',
'foxmail.com',
'free.fr',
'freenet.de',
'gmail.com',
'gmx.at',
'gmx.ch',
'gmx.com',
'gmx.de',
'gmx.net',
'googlemail.com',
Expand All @@ -36,25 +49,35 @@ class CustomerMail
'kabelbw.de',
'live.com',
'mac.com',
'mail.ch',
'mail.com',
'mail.de',
'mail.ru',
'me.com',
'mozmail.com',
'msn.com',
'o2online.de',
'online.de',
'orange.fr',
'osnanet.de',
'ostfalia.de',
'outlook.com',
'outlook.de',
'posteo.de',
'qq.com',
'sunrise.ch',
't-online.de',
'telekom.de',
'tk.de',
'versanet.de',
'vodafone.de',
'vodafonemail.de',
'wanadoo.fr',
'web.de',
'yeah.net',
'yahoo.com',
'yahoo.de',
'yandex.ru',
];

public function __construct(protected readonly AllowedMail $allowedMail)
Expand Down

0 comments on commit bfd0767

Please sign in to comment.