PHP Classes

smtp auth

Recommend this page to a friend!

      SMTP Email Address Validation Class  >  All threads  >  smtp auth  >  (Un) Subscribe thread alerts  
Subject:smtp auth
Summary:adding smtp authentication
Messages:2
Author:murtaza iqbal gandhi
Date:2012-05-27 14:44:01
Update:2012-08-28 17:38:57
 

  1. smtp auth   Reply   Report abuse  
Picture of murtaza iqbal gandhi 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 [email protected]".$this->from_domain);

$this->send("base64_encoded_password".$this->from_domain);

before using FROM command



Demo available at

bit.ly/LqclDr


  2. Re: smtp auth   Reply   Report abuse  
Picture of Noah John Depasucat Ucab 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..