how to send email using PHP SMTP?

  • Thread starter Thread starter sheik a
  • Start date Start date
S

sheik a

Guest
I want to use smtp server to send mail using php in remote server. i tried with many class files but not working.. please anyone tell step by step procedure....
 
use the mail() function.

The problem could be that your server doesn't allow PHP SMTP.
 
Back
Top