I have windows me and php4 . how can i send message with php using smtp ?
Try the mail function. Use it like this.....
mail("(e-mail)", "(subject)", "(message)", "From: (yourname) <(youre-mail)>");
Hope it helps.
~~Stereo
Confirmed that the above function works. However, a mailserver program has to be running on the local machine for this to work. Otherwise, this function will not work.