1 pnair39 Dec 24, 2014 15:57
3 fplanque Dec 25, 2014 16:53
You should screenshot the error message that make stop say you're not able to send email.
4 pnair39 Dec 25, 2014 20:20
Thanks for the info I found out it was my hosting company, I dropped them due to server issues and moved the whole site to a new server. Once this was completed the error msg no longer existings.
@pnair39,
try turning on debugging in the blogs/conf/_advanced.php file, search for the line
$debug='pwd' and change to
$debug='2' to enable debugging.
Then, try sending your mail again.
This will output debug information to your browser.
Perhaps this will shed some light on what is happening to cause the mail not to be sent.
Don't forget to change the line back to
$debug='pwd' after your through debugging!
Thanks,
Vital-eMedia