Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-25 Thread Peter Haywood
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

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-23 Thread Masato Kataoka
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

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-23 Thread Michael Kelley
> > 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) > > > &

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-23 Thread Marnix Ottens
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,

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-23 Thread Richard
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

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-23 Thread Marnix Ottens
: <[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

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-22 Thread Michael Kelley
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