diff options
Diffstat (limited to 'lib/public/Mail/IMailer.php')
-rw-r--r-- | lib/public/Mail/IMailer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Mail/IMailer.php b/lib/public/Mail/IMailer.php index 325abd9301e..db46401a3d8 100644 --- a/lib/public/Mail/IMailer.php +++ b/lib/public/Mail/IMailer.php @@ -96,7 +96,7 @@ interface IMailer { public function send(IMessage $message): array; /** - * Checks if an e-mail address is valid + * @deprecated 26.0.0 * * @param string $email Email address to be validated * @return bool True if the mail address is valid, false otherwise |