And again 'Unable to send mail' problem

Permalink
Getting this error when trying to send email using "Default PHP Mail Function".

regular mail.php file works fine
<?php
mail("testtest@test.com" , "test mail" , "is there anybody out there!");
?>

I understand that the problem can be in my sendmail configuration, but if anyone had found the solution, please tell us.

Thank you!

qstyler
 
Tony replied on at Permalink Reply
Tony
some hosts disable php's mail() function. but you can try turning on the SMTP emails. Go to /dashboard/settings/email
jordanlev replied on at Permalink Reply
jordanlev
Not sure if this will solve your problem, but check this out:
http://www.concrete5.org/community/forums/chat/php-mail-from-addres...