Forums / Cotonti / Support / PM Email Notification

Twiebie
#35383 2012-09-06 15:31

I would suggest to send a test email from the server with this snippet Trustmaster posted a while ago, just to make sure the mailserver is alright.

<?php
if (mail('your_email_address@domain.com', 'Testing sendmail', 'If this email does not arrive, then it is a host problem')) echo 'OK';
else echo 'Error';
?>

Just save that on your webserver and run it in the browser with a valid email address.