|
Posted by Rami Elomaa on 04/03/07 08:07
bombardier kirjoitti:
> I have a PHP script that I copied and modified from the
> SourceForge.net website that I cannot get to work. The problem seems
> to be that the value for $mail is not recognized. The script fails
> at the if(!$mail-> Send() ) and the unsuccessful message goes out.
> Can somebody see what is wrong here? Thanks in advance.
You claim that the problem is that $mail is not recognized, however this
is not very likely the reason. If in fact something nullified $mail,
you'd get an error saying something like you undefined method called for
non-object or something. Clearly it works, but there is something
happening with Send() that fails and your script is actually working
correctly in displaying the error message. You need to find what is
stopping Send() form sending. Does mail() work okay? Also, you should be
asking this at sourceforge forums, not here...
--
Rami.Elomaa@gmail.com
"Olemme apinoiden planeetalla."
Navigation:
[Reply to this message]
|