Hello all :) ,

I have a little problem with the framework. I have a lot of messages in mbox
files. I parse theses files with Zend_Mail_Storage_Mbox and i retreive all
my messages with attachements.

$mailbox_content = new Zend_Mail_Storage_Mbox(array('filename' =>
'/path/to/mbox'));
$email = $mailbox_content[1];

I want to send a new message with that email as attachement. Exactly like
the function "Forward" in mail clients like Thunderbird or Outlook.

How can i get my first message as a new attached file in a new mail? Or in
the worst case, how can i remove all recipents (to, bcc, cc) to send a new
mail to a another person?

Thanks in advance !

P.S. : Sorry for my bad english.
-- 
View this message in context: 
http://www.nabble.com/Send-message-as-an-attachement-tf4725888s16154.html#a13512158
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to