Shruti_Shree Posted April 10, 2014 Share Posted April 10, 2014 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... Link to comment https://forums.phpfreaks.com/topic/287670-sending-mails-in-php-using-smtp/ Share on other sites More sharing options...
trq Posted April 10, 2014 Share Posted April 10, 2014 Have you got a mail server configured? Link to comment https://forums.phpfreaks.com/topic/287670-sending-mails-in-php-using-smtp/#findComment-1475659 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.