I update my server from php 4.2 to 4.3.4 and now formailer don't works.
The form is good and validate but I don't have mail ...
Can you help me ???
Formailer and php 4.3.4
You've compiled PHP without the '-f' Flag.
Install the lastest Patch form WCMS and it should work. (http://www.phpwcms.de/index.php?id=7,0,0,1,0,0)
Cheers,
Florian.
Install the lastest Patch form WCMS and it should work. (http://www.phpwcms.de/index.php?id=7,0,0,1,0,0)
Cheers,
Florian.
I found i modify the act_formmailer.php files:
line 200
I comment
line 200
I comment
Code: Select all
//if(!ini_get('safe_mode')) {
// mail($recipient, $subject, $body, $from, "-f ".$from);
//} else {
mail($recipient, $subject, $body, $from);
//}