for smtp authentication
here i have used EHLO and not HELO
[CODE]
$this->send("EHLO ".$this->from_domain);
$this->send("AUTH LOGIN
[email protected]".$this->from_domain);
$this->send("base64_encoded_password".$this->from_domain);
before using FROM command
Demo available at
bit.ly/LqclDr