Hi all,
Can I know how can use SMTP configuration to send a mail in PHP , I tried using mail() class by changing php_ini configuration, but didn't work , I also tried installing php_smtp.dll file, still I get the same error as shown below :
Warning: mail() [<a href='function.mail'>function.mail</a>]: Failed to connect to mailserver at "localhost" port 465, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
can I know how to resolve this issue, i even tried with port "25", all my changes gave me the same error. If anyone could share the working code , it would be of great help..
Thank you in advance...