Page 1 of 1

Formmailer does not send anymore

Posted: Fri 20. Feb 2004, 12:44
by cet
Next prob:

Since the last two patches, the formmailer did not send the mail anymore (it worked before).
I checked the sendmail path in class.phpmailer.php (this was my problem in the past time, so there should be a variable in the config.inc.php to prevent others from that prob), it is correct.

Can you give me a hint?

Christian

Posted: Fri 20. Feb 2004, 13:14
by DeXXus
If you are getting this type of error:
Call to undefined function html_entity_decode()
This is a result of PHP version < 4.3 and can be fixed by changing line 91 in "act_formmailer.php" into:

Code: Select all

$subject = html_despecialchars(trim($_POST["subject"])); 

Posted: Fri 20. Feb 2004, 13:38
by cet
There is no error output, everything seems to be working. I just don't receive a mail.