|
|
 murtaza iqbal gandhi | 2012-05-27 14:44:01 |
for smtp authentication
here i have used EHLO and not HELO
[CODE]
$this->send("EHLO ".$this->from_domain);
$this->send("AUTH LOGIN base64_encoded_user@example.com".$this->from_domain);
$this->send("base64_encoded_password".$this->from_domain);
before using FROM command
Demo available at
http://bit.ly/LqclDr
|
 Noah John Depasucat Ucab | 2012-08-28 17:38:57 - In reply to message 1 from murtaza iqbal gandhi |
hello..
can you share your codes to me ?
i am having some problems with port.. hope you could help me.. thank you.. and your sample page is great.. hope to get a reply from you soon.. |
|