I have just moved an application from testing (in my safe controller little office) to a near production status. I am testing and a page that sends the results for a forgotten password is giving the following error:
Warning: mail() [function.mail]: SMTP server response: 503 5.5.2 Need Rcpt command.
Any ideas on what could cause this.
here is the code from the page for the mail() command
mail($custemail, $subject, $mailcontent,"$fromaddress");
Thanks in advance.