<?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>indexu.com &#187; email</title>
	<atom:link href="http://www.indexu.com/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.indexu.com</link>
	<description>developer blog</description>
	<lastBuildDate>Wed, 30 Jun 2010 05:06:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SMTP mail doesn&#8217;t work</title>
		<link>http://www.indexu.com/smtp-mail-doesnt-work/</link>
		<comments>http://www.indexu.com/smtp-mail-doesnt-work/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 05:06:39 +0000</pubDate>
		<dc:creator>dody</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fsockopen]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[phpmailer]]></category>

		<guid isPermaLink="false">http://www.indexu.com/?p=55</guid>
		<description><![CDATA[Indexu use phpmailer class to send email. By default it use mail() function. Inside admin panel, there is an option to switch to use SMTP instead if mail(). Phpmailer use socket connection to connect to SMTP mail server. So before you use it, make sure your webhost allow fsockopen() function. It this function is disabled, [...]]]></description>
			<content:encoded><![CDATA[<p>Indexu use phpmailer class to send email. By default it use mail() function. Inside admin panel, there is an option to switch to use SMTP instead if mail().</p>
<p>Phpmailer use socket connection to connect to SMTP mail server. So before you use it, make sure your webhost allow <code>fsockopen()</code> function. It this function is disabled, then email won&#8217;t be sent.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.indexu.com/smtp-mail-doesnt-work/&amp;n=SMTP+mail+doesn%27t+work&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.indexu.com/smtp-mail-doesnt-work/&amp;title=SMTP+mail+doesn%27t+work" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.indexu.com/smtp-mail-doesnt-work/&amp;t=SMTP+mail+doesn%27t+work" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.indexu.com/smtp-mail-doesnt-work/&amp;title=SMTP+mail+doesn%27t+work" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.indexu.com/smtp-mail-doesnt-work/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=SMTP+mail+doesn%27t+work+-+http://b2l.me/7p6wf&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.indexu.com/smtp-mail-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

