You are here

public function EmailVerifyManagerInterface::checkEmail in Email Verify 8.2

Runs a connection test against an email address.

This will give an indication about whether the email address actually exists.

Parameters

string $email: The email address to check.

Return value

null

File

src/EmailVerifyManagerInterface.php, line 28
Contains \Drupal\email_verify\EmailVerifyManagerInterface.

Class

EmailVerifyManagerInterface
Provides an interface defining an email verify manager.

Namespace

Drupal\email_verify

Code

public function checkEmail($email);