You are here

public function EmailVerifyManagerInterface::checkHost in Email Verify 8.2

Runs a connection test against a host.

This will give an indication about whether a host is a valid mail server.

Parameters

string $host: The host address to check.

Return value

null

File

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

Class

EmailVerifyManagerInterface
Provides an interface defining an email verify manager.

Namespace

Drupal\email_verify

Code

public function checkHost($host);