|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-12-17 07:33 UTC] sean-freebsd at farley dot org
Description: ------------ I noticed the problem after upgrading from PHP v4.3.4 to v4.3.10. ISMail (http://www.insidesystems.net/projects/project.php?projectid=4) stopped working. None of the headers provided in the envelope argument were being returned by the function. I also attempted running the example code (using /etc/motd for the file in the code) from the man page for this function without success: ----begin output---- --0-1804289383-1103265027=:94095--<br /> ----end output---- PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Mar 18 00:00:02 2026 UTC |
I think I need to give a better example. While the fix in CVS does fix the example from the man page, I am having trouble when the envelope includes custom_headers. If you add the following line to the example script in the man page, you should notice that the other headers are missing. I tested this with a 20050104 CVS snapshot. $envelope["custom_headers"] = array("X-Mailer: TestMailer"); Thank you for the earlier fix. It did help.