Try this temporary debug measure:
Create a new file: /includes/extra_configures/email_debugging.php
Contents of the file is just this line:Then try sending a contact-us message.Code:<?php define('EMAIL_SYSTEM_DEBUG','5');
It should display a barrage of debug info on-screen when it tries to send. I'll need to see that info.


Reply With Quote

