For clarification I also tried the following suggestions from a thread that Josh replied to over at ubbcentral but I am still having this problem. I also confirmed that I have an unmodified version of start_page.php.
[]
Is this your server? Or shared hosting?
- If it's shared hosting, you wont' have much control over it. Ask your host if PHP can send mail using the mail() function.
- Make sure you've filled in a valid email address on your server in the email setting in your config file.
- Try adjusting the config setting for the []
[email protected][/] setting (under Special functions/Misc Settings) in the config file. As stated, some server setups need this.
- If it's your server, verify the email settings in the php.ini file for your PHP installation. This varies depending on server type (windows, *nix etc...) Basically that file contains either a path to sendmail or the address of a SMTP server.
Beyond that - you'd probably need to post some more specifics and/or open a ticket with some details from your mail logs to track down what's happening.
[/]