mail in php

O

old.vbmot

Guest
Does anyone know why mailing in php using the php mail function does not work?
The line I'm using is this (with the variables already defined of course):

mail($to, $subject, $message, "From: $from");

I'm not getting errors, and exactly the same script works on freedom2surf but it seems not to work on barrysworld, which is very strange.
I hope someone can help me!
 
M

MrChumble

Guest
Tried either of the two scripts they suggest? If they work then you can work out what they did differently and make your own script.
 
O

old.Kez

Guest
I think that error reporting in php is disabled on BW, as is sendmail. If that helps. Which I doubt.
 
O

old.vbmot

Guest
Tnx people, but i just learnt that sendmail has been disabled on BW :(

Does anyone know an open smtp relay?
 
T

Tempy_Incursion

Guest
Yeah that's one thing PHP related I don't know about. I hope someone does...:confused:
 

Users who are viewing this thread

Top Bottom