<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hotmail | Woody Hayday | Blog</title>
	<atom:link href="https://blog.woodylabs.com/tag/hotmail/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.woodylabs.com</link>
	<description>An exploration of life, technology and writing</description>
	<lastBuildDate>Tue, 13 Jan 2015 15:18:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.woodylabs.com/wp-content/uploads/2015/01/cropped-woody-hayday-yosemite-glacier-point-32x32.jpg</url>
	<title>hotmail | Woody Hayday | Blog</title>
	<link>https://blog.woodylabs.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Hotmail and Character Sets: Make Sure Your Emails Get There</title>
		<link>https://blog.woodylabs.com/2012/09/hotmail-and-character-sets-make-sure-your-emails-get-there/</link>
		
		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Wed, 19 Sep 2012 13:18:16 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[hotmail]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[web app prototypes]]></category>
		<category><![CDATA[web dev]]></category>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=916</guid>

					<description><![CDATA[<p>It&#8217;s been a hectic few months &#8211; the web development consultancy is going well with several new web app prototypes/platforms released in the last few months, a new plugin (Social Gallery for WordPress) is being well received (and even imitated already!) and amongst all that ChooseFest has had some interesting developments. Also I am now [&#8230;]</p>
<p>The post <a href="https://blog.woodylabs.com/2012/09/hotmail-and-character-sets-make-sure-your-emails-get-there/">Hotmail and Character Sets: Make Sure Your Emails Get There</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p><hr /><a href="https://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
										<content:encoded><![CDATA[<p>It&#8217;s been a hectic few months &#8211; the <a href="http://www.stormgate.co.uk/blog/web-developer-for-hire/">web development consultancy</a> is going well with several new web app prototypes/platforms released in the last few months, a new plugin (<a href="http://www.socialgalleryplugin.com">Social Gallery for WordPress</a>) is being well received (and even imitated already!) and amongst all that <a href="http://www.choosefest.com">ChooseFest</a> has had some interesting developments. Also I am now a year older. Anyway enough with the stereotypical excuses for lack of blogging, here&#8217;s a snippet-size-little blog post with a little should-of-been-obvious fix for sending emails out of php in interesting character sets e.g. Japanese, sometimes its the most ridiculously simple stuff that catches you out!</p>
<p style="text-align: left;">Traditional and SMTP emails out of php&#8217;s main mail() function will often be ignored, it seems, by Hotmail (and sometimes yahoo) if the email contains character without specific mention of the correct character set. It&#8217;s irritating as every other carrier seems to just deal with it but Hotmail (and sometimes yahoo) just act like no email ever existed, there&#8217;s no bounce-back, no spam folder message &#8211; just nothing.</p>
<p style="text-align: center;"><img decoding="async" class="aligncenter  wp-image-918" title="Are your web app emails getting to their end destination? Blocked by Hotmail?" src="https://blog.woodylabs.com/wp-content/uploads/2012/09/hotmail-blocking-emails.jpg" alt="" width="162" height="100" /><span id="more-916"></span></p>
<p>In any case, set the header of your email to contain the character set, and if the email your sending is html then make sure you include that in the email body meta, seems obvious but is annoyingly easy to forget.</p>
<p>e.g. Add this line to whatever headers you are using:</p>
<pre class="brush: php; title: ; notranslate">$headers .= &quot;Content-Type: text/html; charset=UTF-8\r\n&quot;;</pre><p>The post <a href="https://blog.woodylabs.com/2012/09/hotmail-and-character-sets-make-sure-your-emails-get-there/">Hotmail and Character Sets: Make Sure Your Emails Get There</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
