mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-21 21:06:04 +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
|
||||
{
|
||||
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