News Feed
Jobs Feed
Sections




News Archive
Rob Allen:
Sending an HTML with text alternative email with ZendMail
November 02, 2012 @ 10:26:20

Rob Allen has a quick tutorial posted to his site today showing you how to send an email with the ZendMail component of the Zend Framework 2 that contains HTML but provides a plain text backup in the same message.

Sending a multi-part email with ZendMail is easy enough, but if you want to send an HTML email with a text alternative, you need to remember to set the content-type in the headers to multipart/alternative. As this is the second time I had to work this out, I'm noting it here for the next time I forget!

The rest of the post is the code you'll need to send a simple email with a text and HTML body sections, configure the headers (to, from, etc) and the "multipart/alternative" header to make the HTML or plain text switching work correctly.

0 comments voice your opinion now!
zendframework2 mail tutorial send alternative html plaintext


blog comments powered by Disqus

Similar Posts

Tom Van Herreweghe's Blog: Running Zend Framework modules from a Phar file

SitePoint PHP Blog: How to Tidy Your WordPress Menu HTML

Brandon Savage's Blog: Bug-Free: Your Bug-Fixing Toolkit (Part 1 of N)

DeveloperTutorials.com: Developing State-enabled Applications With PHP

phpRiot: Zend Framework 101: Zend_Log


Community Events











Don't see your event here?
Let us know!


release podcast conference database introduction interview opinion community functional composer series language object development example framework testing zendframework2 code tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework