Help needed with PHP 4.2.2 mail() on Windows Server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lulubell
Forum Newbie
Posts: 1
Joined: Wed Feb 04, 2004 8:53 am

Help needed with PHP 4.2.2 mail() on Windows Server

Post by lulubell »

Hi

I am trying to use mail() in a script to send values from a form into an email. I can pass the values when I echo the mail(), but the actual email is not generated.

I don't have great access to the server, I know that it is a Windows server running PHP 4.2.2 and the hosting company does not provide support for PHP.

Does anyone have any ideas on how to help?

Any advice would be greatly appreciated.

Thanks
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Email the admin of the hosting company and ask if they have sendmail installed and configured for use with php. If they dont switch to a linux host.
Post Reply