PHP Classes

Using 'additional_parameters' doesn't work

Recommend this page to a friend!

      Nomad MIME Mail  >  All threads  >  Using 'additional_parameters'...  >  (Un) Subscribe thread alerts  
Subject:Using 'additional_parameters'...
Summary:not getting mail when using mail() with 'additional_parameters'
Messages:2
Author:Paul Moers
Date:2007-11-12 12:51:58
Update:2007-11-21 23:15:18
 

  1. Using 'additional_parameters'...   Reply   Report abuse  
Picture of Paul Moers Paul Moers - 2007-11-12 12:51:59
When the Class passes 'additional_parameters' to the mail function (http://php.net/function.mail.php), no mail is being sent.
Somehow the script wrongly evaluates to passing these 'additional_parameters' on line 520. I'm running PHP version 5.2.1.

I tried to see for myself what was going wrong there but I couldn't find the reason. I did see something else that I believe is not correct: I believe that the last section of the clause on line 520 is telling that, if the PHP version is lower than 4.2.3 and safe mode is on, then don't use 'additional_parameters'. By reading the changelog on http://php.net/function.mail.php I understand that this should be only for version 4.2.3 in safe_mode...

Paul

  2. Re: Using 'additional_parameters'...   Reply   Report abuse  
Picture of Alejandro García González Alejandro García González - 2007-11-21 23:15:18 - In reply to message 1 from Paul Moers
Hi Paul

Your info is very important, I'm working in a fix for that problem.

Tnx for you support