svm
11-09-2002, 04:48 PM
I have upgraded php to 4.2.3 and now, the mail() fonction doesn't work ...
What is the problem ?
Thanks
What is the problem ?
Thanks
![]() | View Full Version : php 4.2.3 svm 11-09-2002, 04:48 PM I have upgraded php to 4.2.3 and now, the mail() fonction doesn't work ... What is the problem ? Thanks MarkIL 11-10-2002, 02:19 AM Does it give you an error? Is there anything in the MTA logs? MikeMc 11-10-2002, 07:24 AM I have heard about some other bugs of php 4.2.3 but nothing related to the mail function. Just a suggestion... check here http://bugs.php.net , maybe somebody else had a similar problem. willem 11-10-2002, 08:24 PM The mail() function doesn't support a fifth argument anymore with php 4.2.3. Thou should add the Return-Path header with the fourth argument. |