Skip to content

Adding support for e-mail probe in Verification Class

Compare
Choose a tag to compare
@Howard3 Howard3 released this 17 Sep 08:00
· 14 commits to master since this release

With this light release we now support e-mail verification via the Verification class.

To utilize this new probe simply perform the following:

$verification = new Lenddo\Verification();
$verification->setEmail("support@lenddo.com");

Please read the relevant documentation here