users are haveing promblems to recover passwords.. :/
Trustmaster |
|
---|---|
It seems like something is wrong with outgoing email. There are several things to check. 1. Go to Administration / Configuration / Main settings and check if Administrator's email is correct. Some hosts may require it to be from the same domain as your site. 2. Create a script called "mailtest.php", upload it to your site and run it in the browser. The example contents of the script is: <?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'; ?> See if it prints "OK" or "Error" on the screen. Wait for a while check the mailbox you specified in the 1st argument in the script. If the letter doesn't arrive within an hour, then PHP + sendmail isn't properly configured on your host or isn't allowed. 3. Ask your admin about the reason of delivery failure. It is provided in most cases of failure. Correction: "Clear HTML cache" indeed clears fp_html and other similar fields, it is not related to XTemplate. May the Source be with you!
|