You are here

function EmailVerifyManagerInterface::connect in Email Verify 8.2

Make a connection to the mail server used by the host.

This is found by checking MX records and connecting on port 25.

Parameters

string $host: The host address to connect to.

File

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

Class

EmailVerifyManagerInterface
Provides an interface defining an email verify manager.

Namespace

Drupal\email_verify

Code

function connect($host);