|
|
 |
FN-FORUM: PHP error
date posted 5th January 2006 15:10
Can anyone shed light on why I get this error from my PHP sendmail doc.
Warning: mail(): SMTP server response: 554 [EMAIL REMOVED]
Recipient address rejected: Relay access denied in
\\nas16ent\domains\o\oxfordedition.co.uk\user\htdocs\sendmail.php on line 92
Warning: Cannot modify header information - headers already sent by (output
started at
\\nas16ent\domains\o\oxfordedition.co.uk\user\htdocs\sendmail.php:92) in
\\nas16ent\domains\o\oxfordedition.co.uk\user\htdocs\sendmail.php on line 94
This is the code it refers to.
mail( [EMAIL REMOVED] "Contact from the web",
$mailmsg, "From: $emailadd" );
header( "Location: http://www.oxfordedition.co.uk/thankyou.htm" );
}
?>
Thanks inadvance
Lorna McArdle
Designer and Artworker
www.spinettedesigns.co.uk
0118 375 3333
07813327809
|
 |
|