
Konstantin Granin - 2017-09-18 11:17:10 -
In reply to message 1 from Niek van Baalen
if youre want emulate mail clients communication to a mail server use port 587
in file class.verifyEmail.php edit property:
protected $port = 25;
or add method
public function setPort($port = 25) {
$this->port = $port;
}
The correct work, I can not promise
Class emulate SMTP communication between mail servers.
SMTP communication between mail servers uses TCP port 25.
"$from" is the sender's email.
for change property $from use method setEmailFrom
Set real address so that the server does not accept you as spambot