remove depraction of validateEmailAddress

for there are legit use cases to validate an email address without
sending there to

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2023-02-02 10:17:42 +01:00
parent dde5c46a3e
commit e123d270fc
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -96,8 +96,6 @@ interface IMailer {
public function send(IMessage $message): array;
/**
* @deprecated 26.0.0
*
* @param string $email Email address to be validated
* @return bool True if the mail address is valid, false otherwise
* @since 8.1.0