[thelist] php mail problem... someone please shoot me!

Tony Crockford thelist at lists.evolt.org
Mon Sep 9 02:31:01 2002


> As you can see, very straight forward, but it doesn't work. I
> know that
> it is not a problem with PostCast because I sent an email out via my
> email client using my local SMTP server. Does anyone have any ideas? I
> have tried just about everything.

Are you sure that postcast is using SMTP server name localhost? (first
page of settings)

your email client maybe tolerant, I bet PHP is not, in the case of
postcast picking up your PC name and using that as your server name.

FWIW I have the same set up (Postcast, Apache, PHP and WinXP) and I
tried your code and it works perfectly.

other than that I'd make sure you don't have another PHP.ini somewhere
with different settings.

HTH

Tony