From e123d270fcf099d780d8b35f9b7000c28b02fd5d Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 2 Feb 2023 10:17:42 +0100 Subject: [PATCH] remove depraction of validateEmailAddress for there are legit use cases to validate an email address without sending there to Signed-off-by: Arthur Schiwon --- lib/public/Mail/IMailer.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/public/Mail/IMailer.php b/lib/public/Mail/IMailer.php index db46401a3d8..94044f7c720 100644 --- a/lib/public/Mail/IMailer.php +++ b/lib/public/Mail/IMailer.php @@ -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 -- 2.39.5