Skip to content

Commit

Permalink
remove depraction of validateEmailAddress
Browse files Browse the repository at this point in the history
for there are legit use cases to validate an email address without
sending there to

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Feb 2, 2023
1 parent 0e906d1 commit 2c0b560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/public/Mail/IMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ public function createEMailTemplate(string $emailId, array $data = []): IEMailTe
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
Expand Down

0 comments on commit 2c0b560

Please sign in to comment.