<?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>Next Big Thing &#187; php</title>
	<atom:link href="http://www.nebithi.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nebithi.com</link>
	<description>Learn, Share, Grow.</description>
	<lastBuildDate>Tue, 29 Dec 2009 07:09:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Email using gmail smtp in PHP</title>
		<link>http://www.nebithi.com/2009/08/14/email-using-gmail-smtp-in-php/</link>
		<comments>http://www.nebithi.com/2009/08/14/email-using-gmail-smtp-in-php/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 18:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://www.nebithi.com/?p=8</guid>
		<description><![CDATA[Sending an email from your backend php script is ( as explained in most of the blogs) not a trivial task.
I followed the tutorial in this blog post and everything worked fine for me.
Important things to note are :
1) That the port has to be 465. ( There is another thread going on about 587 [...]]]></description>
			<content:encoded><![CDATA[<p>Sending an email from your backend php script is ( as explained in most of the blogs) not a trivial task.</p>
<p>I followed the tutorial in <a href="http://deepakssn.blogspot.com/2006/06/gmail-php-send-email-using-php-with.html" target="_blank">this</a> blog post and everything worked fine for me.</p>
<p>Important things to note are :</p>
<p>1) That the port has to be 465. ( There is another thread going on about 587 or so, which did not work for me) .</p>
<p>2) That the url has to be &#8220;ssl://smtp.gmail.com&#8221;  ( if your mail is hosted under gmail ).</p>
<p>I am a total noob when it comes to linux , network and stuff like that. So , I had a slight bit of doubt if there was something different when they were asking for the &#8220;SMTP username&#8221; and &#8220;SMTP password&#8221;. But no, its plain and simple. Its your email id, like in youremailid@gmail.com and its password.</p>
<p>So feel free to use the gmail smtp servers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nebithi.com/2009/08/14/email-using-gmail-smtp-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
