Adding support for e-mail probe in Verification Class
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