Browse Source

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>
tags/v26.0.0beta2
Arthur Schiwon 1 year ago
parent
commit
e123d270fc
No account linked to committer's email address
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      lib/public/Mail/IMailer.php

+ 0
- 2
lib/public/Mail/IMailer.php 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

Loading…
Cancel
Save