Michele Brodoloni - 2007-10-11 19:21:45
Hello,
i managed to use this class for my application which seems to be suitable for my needs.
I can't figure out how can i take an eml file, change its headers and forward it to another recipient like it was the original email.
Can this job be done with this class?
I tried to use your other MIME Parser Class to split the message body part and pass it to the built-in mail() function with my own headers, but it seems to add some other headers which suppress mine.
I noticed (by the test_forwarding_message.php script) that it can be forwarded as attachment, but it doesn't work as expected, as the attached eml file is not displayed properly, showing headers on the body part, HTML and images don't render.. I made this try only by changing the recipient on the previously mentioned script.
I'm using the crappy LookOut Express :) as e-mail client as most of my clients will use that..
Thanks in advance,
Michele B.