Monthly Archives: August 2012

Send e-mail with attachments in Zend Framework

Description: Send an e-mail containing attachments with Zend Framework. Solution: Zend offers an easier solution for sending e-mail with attachements than plain PhP.  Basically the object has to be instantiated and then just configuring the parameters. Example: $email_body = “<div>Body … Continue reading

Posted in PhP, Tools | Tagged , , | Leave a comment