diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2021-12-20 11:35:06 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-02-02 10:30:06 +0100 |
commit | dde5c46a3eb7c6dcee47795590619ccd393577d2 (patch) | |
tree | 5351227347b92e5d69a49b632ea138e314eea013 /lib/public/Mail | |
parent | fc4e87a2dfc5ff53bc9f15da13f355dd285769a9 (diff) | |
download | nextcloud-server-dde5c46a3eb7c6dcee47795590619ccd393577d2.tar.gz nextcloud-server-dde5c46a3eb7c6dcee47795590619ccd393577d2.zip |
Migrate to Symfony Mailer
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/public/Mail')
-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 |