Hi, from the manual
$mail = new Zend_Mail();
// build message...
$mail->createAttachment($someBinaryString);
Where this $somebinaryString can set using
*file_get_contents('path-to-real-file')
*
2009/8/19 José de Menezes Soares Neto <[email protected]>
> Hello,
>
> Anyone knows how to attach a file??
>
> Regards,
>
> José
>
