Problems using mail() function
Posted: Thu Mar 18, 2004 9:33 am
Dear All,
I have looked on Google to try and find an answer to this seemingly basic problem, however no joy.
I'm trying to use the PHP mail() function to send a single simple e-mail to a mail account. However, when I try and execute the mail() function I get the following error message:
Warning: mail(): SMTP server response: 554 <mail@mail.com>: Recipient address rejected: Relay access denied in \\XXXXXX\domains\s\mydomain.biz\user\htdocs\index.php on line XXXX
Obviously it's an SMTP problem, however I am not knowledgable of either the cause or the underlying issues.
Can anyone explain what is going on?
Many thanks again
Mark
I have looked on Google to try and find an answer to this seemingly basic problem, however no joy.
I'm trying to use the PHP mail() function to send a single simple e-mail to a mail account. However, when I try and execute the mail() function I get the following error message:
Warning: mail(): SMTP server response: 554 <mail@mail.com>: Recipient address rejected: Relay access denied in \\XXXXXX\domains\s\mydomain.biz\user\htdocs\index.php on line XXXX
Obviously it's an SMTP problem, however I am not knowledgable of either the cause or the underlying issues.
Can anyone explain what is going on?
Many thanks again
Mark