<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: UTF-8 Email in PHP with eZ Components</title>
	<atom:link href="http://www.sitepoint.com/blogs/2006/08/15/utf-8-email-in-php-with-ez-components/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2006/08/15/utf-8-email-in-php-with-ez-components/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 01:39:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrei Railean</title>
		<link>http://www.sitepoint.com/blogs/2006/08/15/utf-8-email-in-php-with-ez-components/comment-page-1/#comment-255501</link>
		<dc:creator>Andrei Railean</dc:creator>
		<pubDate>Tue, 22 May 2007 09:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1678#comment-255501</guid>
		<description>Do not do base64_encode when setting body. ezcMail will do it for you. Otherwise you&#039;re encoding it twice and nothing will be able to read it.
Do it like this:
&lt;pre&gt;&lt;code class=&quot;html&quot;&gt;$mail-&gt;body = new ezcMailText(&#039;...noch 30 minuten bis Zürich&#039;, &#039;UTF-8&#039;, ezcMail::BASE64 );&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Do not do base64_encode when setting body. ezcMail will do it for you. Otherwise you&#8217;re encoding it twice and nothing will be able to read it.<br />
Do it like this:</p>
<pre><code class="html">$mail-&gt;body = new ezcMailText('...noch 30 minuten bis Zürich', 'UTF-8', ezcMail::BASE64 );</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Andi</title>
		<link>http://www.sitepoint.com/blogs/2006/08/15/utf-8-email-in-php-with-ez-components/comment-page-1/#comment-127576</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Sat, 16 Dec 2006 08:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1678#comment-127576</guid>
		<description>DokuWiki comes with a simple replacement for PHP&#039;s mail() function handling all the UTF-8 encoding for headers and body. See this &lt;a href=&quot;http://www.splitbrain.org/blog/2006-12/11-recycling_dokuwiki&quot; rel=&quot;nofollow&quot;&gt;Blog entry&lt;/a&gt; for some more info.</description>
		<content:encoded><![CDATA[<p>DokuWiki comes with a simple replacement for PHP&#8217;s mail() function handling all the UTF-8 encoding for headers and body. See this <a href="http://www.splitbrain.org/blog/2006-12/11-recycling_dokuwiki" rel="nofollow">Blog entry</a> for some more info.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten Manders</title>
		<link>http://www.sitepoint.com/blogs/2006/08/15/utf-8-email-in-php-with-ez-components/comment-page-1/#comment-47610</link>
		<dc:creator>Maarten Manders</dc:creator>
		<pubDate>Fri, 25 Aug 2006 07:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1678#comment-47610</guid>
		<description>We just tested it and it seems that Outlook is neither able to display UTF-8-encoded subjects nor UTF-8-encoded e-mail addresses  correctly. Getting a lot of question marks in the first one or latin-1&#039;ed UTF-8 in the latter one here.</description>
		<content:encoded><![CDATA[<p>We just tested it and it seems that Outlook is neither able to display UTF-8-encoded subjects nor UTF-8-encoded e-mail addresses  correctly. Getting a lot of question marks in the first one or latin-1&#8242;ed UTF-8 in the latter one here.</p>]]></content:encoded>
	</item>
</channel>
</rss>
