mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
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:
parent
dde5c46a3e
commit
e123d270fc
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue