mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-22 05:16:05 +03:00
Update outlook service domains
This commit is contained in:
parent
9c9d5ac47e
commit
c83a423cd8
@ -18,6 +18,6 @@ class OutlookCom implements ServiceInterface
|
|||||||
|
|
||||||
public function isSupported(EmailInterface $email) : bool
|
public function isSupported(EmailInterface $email) : bool
|
||||||
{
|
{
|
||||||
return in_array($email->getDomain(), ['outlook.com', 'hotmail.com'], true);
|
return in_array($email->getDomain(), ['outlook.com', 'hotmail.com', 'live.com', 'msn.com'], true);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user