News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
UTF-8 Email in PHP with eZ Components
August 15, 2006 @ 07:50:12

In his latest post on the SitePoint blog today, Harry Fuecks explains and demonstrates how to send UTF-8 encoded emails with the help of the eZ components library of tools.

One of the subjects I brushed over last week was how you handle UTF-8 in email, because I don't have a full picture on the best way to solve this. The fundamental problem is summarized nicely on Wikipedia's discussion of MIME.

Part of the problem there is there are different approaches to how you can solve this. There's plenty of gotchas and clearly more than than you get by default with PHP's mail function (that's after you fixed your code for email injection). In other words taking a "not invented here" view is going to leave you with a big workload.

So, Harry suggests uisng the Mail classes from the eZ components libraries to send (explicitly) UTF-8 encoded emails. He also includes a simple example of how to send it, showing a message in German to be sent correctly.

1 comment voice your opinion now!
utf8 encoding email ez components mail library tutorial utf8 encoding email ez components mail library tutorial


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Asynchronous Comments with PHP, jQuery, and JSON

Zend Developer Zone: SQLite: Lean, Mean DB Machine

Syntux: eZ components

Zend Developer Zone: The Storage Medium

Amazon Web Services: Introduction to AWS for PHP Developers


Community Events











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


application podcast framework unittest functional opinion community zendframework2 example testing introduction series release tool object development interview code phpunit language

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