|
|
 |
Re: FN-FORUM: PHP error
date posted 5th January 2006 15:31
I considered this and my server does allow PHP forms, so not sure if it's
that cut and dry.
I'm upgrading the server soon to full service so this may sort it out.
Lorna
----- Original Message -----
From: "Sam Morgan" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, January 05, 2006 3:52 PM
Subject: RE: FN-FORUM: PHP error
>
> Sounds to me like the email address you are sending from is being rejected
> by the email server you are trying to send through. Make sure your mail
> server accepts relaying from the server ip you are sending from (If same
> server then make sure it accepts relaying from localhost).
>
>> -----Original Message-----
>> From: [EMAIL REMOVED] [EMAIL REMOVED] On
>> Behalf Of Lorna McArdle - Spinette Designs
>> Sent: 05 January 2006 16:40
>> To: FN-FORUM / [EMAIL REMOVED]
>> Subject: FN-FORUM: PHP error
>>
>>
>> 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
>>
>>
>>
>> --
>> Freelancers, contractors earn more with Prosperity4
>> Call 0870 870 4414 or visit www.prosperity4.com
>> and benefit from Inland Revenue approved expenses today.
>>
>> To advertise here: http://www.freelancers.net/advertising.html
>>
>>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|