I think I posted this in the wrong forum previously. Apologies...
When I try to do anything that sends an E-mail (i.e. Forgotten password) the system says:
The email could not be sent.
Possible reason: your host may have disabled the mail() function.
Where do I set the SMTP settings for this function? Or is this not SMTP?
Thanks!
Dan
No, it's not SMTP. mail() is a php function. You'll have to consult with your webhost about getting mail() enabled, or go without it, or switch hosts.