Result!
Changing the mail server did the trick! Many thanks to you and all who
replied.
Pete
"Michael Kelley" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You need to change
> SMTP = localhost ; for Win32 only
> to
> SMTP = MyMailhost.domain.edu ; for Wi
TED]>
To: "Richard" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, June 23, 2001 7:38 AM
Subject: Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)
> Thanks for your reply Richard, but what I meant is
> how to change the sender's address
>
> To: "Michael Kelley" <[EMAIL PROTECTED]>; "Peter Haywood"
> <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, June 23, 2001 2:14 AM
> Subject: Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)
>
>
>
&
t;[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, June 23, 2001 6:20 PM
Subject: Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)
> Sure, you can send it as a header after the body...Like so:
>
> $mailheaders = "From: $mailfrom\n";
> mail($mailto,
D]>
To: "Michael Kelley" <[EMAIL PROTECTED]>; "Peter Haywood"
<[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, June 23, 2001 2:14 AM
Subject: Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)
> Just a quick addon question regardin
: <[EMAIL PROTECTED]>
Sent: Saturday, June 23, 2001 1:23 AM
Subject: Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)
> You need to change
> SMTP = localhost ; for Win32 only
> to
> SMTP = MyMailhost.domain.edu ; for Win32 only
>
> (MyMailHost being your mail service
You need to change
SMTP = localhost ; for Win32 only
to
SMTP = MyMailhost.domain.edu ; for Win32 only
(MyMailHost being your mail service's server -> pop3.hotmail.com)
If you don't have that then you may need to install a mail service of
your own ...
If you need to do that research the archieves