Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Eran Galperin's Blog:
Handling mail and mime in PHP using the Zend Framework
Jul 18, 2008 @ 13:47:27

On the Techfounder blog (from Eran Galperin) there's a quick tutorial about using the Zend_Mail component of the Zend Framework to send both normal, plain-text emails and ones with MIME attachments.

Using PHP's built in function (aptly named mail() ) is relatively straightforward - until you need slightly more advanced features, such as adding and encoding email headers or sending multiple mails efficiently. Fortunately, the Zend Framework comes with a very capable mail component called Zend_Mail.

He shows how to send a simple email, do something a bit more complex with a custom SMTP server, read messages from a remote POP3 email box and how to attach a binary file/message.

tagged: zendframework email zendmail mime attachment pop3 read smtp custom

Link:


Trending Topics: