mail() on windows

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
kaizix
Forum Commoner
Posts: 50
Joined: Tue Jun 18, 2002 9:16 pm
Location: california
Contact:

mail() on windows

Post by kaizix »

i've been trying to get php to mail. i'm on a windows (98) machine with php 4.2.2 and it just doesn't seem to do anything. is there certain stuff i need to setup or install to get it to work?
kaizix
Forum Commoner
Posts: 50
Joined: Tue Jun 18, 2002 9:16 pm
Location: california
Contact:

Post by kaizix »

nevermind....it was mail server config problems...

:)
why2liz
Forum Newbie
Posts: 3
Joined: Tue Jul 30, 2002 11:15 am
Location: Lithuania, kaunas
Contact:

Post by why2liz »

:) you try to modify php.ini file.

smtp host,

if it's not working, try instal smtp getway on your computer. ant to write smtp = localhost
Post Reply