ID: 8006 Updated by: [EMAIL PROTECTED] Reported By: james at ractive dot ch -Status: Open +Status: Wont fix Bug Type: Feature/Change Request Operating System: all PHP Version: 4.0.3pl1 New Comment:
Just use proc_open() or similar to open a pipe to sendmail and feed it the "raw data". Derick Previous Comments: ------------------------------------------------------------------------ [2000-11-28 03:31:23] james at ractive dot ch Dear PHP-Team Maybe I'm not alone with my request. What if you'd add a function that sends a mail without any parameters, but just the raw text that contains all header information? The "problem" with the mail function is, that I have to strip out the "To:" and the "Subject:" header fields in the "addtitional headers". Otherwise the function mail() adds them again so that they are double. My idea would be a function that just takes the full mail without any to, subject or additional headers parameters. bool raw_mail (string mail) Just an idea... Regards Jean-Pierre Bergamin http://www.ractive.ch/gpl/popper.html ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=8006&edit=1