mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixes #11221
This commit is contained in:
parent
c3a612aa94
commit
3bc55f6341
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class CakeEmail {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const EMAIL_PATTERN = '/^((?:[\p{L}0-9.!#$%&\'*+\/=?^_`{|}~-]+)*@[\p{L}0-9-.]+)$/ui';
|
||||
const EMAIL_PATTERN = '/^((?:[\p{L}0-9.!#$%&\'*+\/=?^_`{|}~-]+)*@[\p{L}0-9-_.]+)$/ui';
|
||||
|
||||
/**
|
||||
* Recipient of the email
|
||||
|
|
Loading…
Reference in a new issue