Friday 15 June 2007 10:47:33 am
My debugging steps for this problem fall into roughly this order:
* Make sure the mail settings (sendmail vs SMTP) are right for the eZ Install. It's nearly always sendmail on linux hosts.
* If that's not the issue, try sending a message using sendmail from the command line. If that doesn't work, it's the server's email setup that needs fixed. If it does work, keep looking.
* Try sending an email using a simple php script. Sometimes the php.ini needs tweaked before it can send mail using the mail() function. * If that works, and eZ still doesn't send, see if there's anything in eZ's error log (var/log/error.log)
|