<?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: Sending e-mail from localhost in PHP in Windows Environment</title>
	<atom:link href="http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/feed" rel="self" type="application/rss+xml" />
	<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html</link>
	<description>Useful Tutorials, Scripts , Tips, and Resources for all PHP and Ajax beginners and experts .</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:10:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mail Senden</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-3#comment-5498</link>
		<dc:creator>Mail Senden</dc:creator>
		<pubDate>Sun, 13 Jun 2010 22:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5498</guid>
		<description>[...] Sending email from localhost using PHP in XAMPP,WAMP,PHPDEV in Windows PHP [XAMPP FAQ Wiki]              Zitieren &#160;               + Antworten      &#171; [...]</description>
		<content:encoded><![CDATA[<p>[...] Sending email from localhost using PHP in XAMPP,WAMP,PHPDEV in Windows PHP [XAMPP FAQ Wiki]              Zitieren &nbsp;               + Antworten      &laquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mblue</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-3#comment-5406</link>
		<dc:creator>mblue</dc:creator>
		<pubDate>Sun, 02 May 2010 11:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5406</guid>
		<description>dude ,
    $headers = ‘MIME-Version: 1.0? . “\r\n”;
    $headers .= ‘Content-type: text/html; charset=iso-8859-1? . “\r\n”;
    $headers .= ‘From: sender@sender.com’ . “\r\n”;
    mail(“you@yourdomain.com”,”test subject”,”test body”,$headers);
this gives me an error in dream weaver :(</description>
		<content:encoded><![CDATA[<p>dude ,<br />
    $headers = ‘MIME-Version: 1.0? . “\r\n”;<br />
    $headers .= ‘Content-type: text/html; charset=iso-8859-1? . “\r\n”;<br />
    $headers .= ‘From: <a href="mailto:sender@sender.com">sender@sender.com</a>’ . “\r\n”;<br />
    mail(“you@yourdomain.com”,”test subject”,”test body”,$headers);<br />
this gives me an error in dream weaver <img src='http://roshanbh.com.np/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vsree</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-3#comment-5382</link>
		<dc:creator>vsree</dc:creator>
		<pubDate>Thu, 22 Apr 2010 04:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5382</guid>
		<description>Thanks for the tutorials. I am new for the PHP. I tried this tutorial for my feedback form in localhost. I got error in log file as &#039;Connection reset by peer.&#039; Please help me what can i do more for that.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorials. I am new for the PHP. I tried this tutorial for my feedback form in localhost. I got error in log file as &#8216;Connection reset by peer.&#8217; Please help me what can i do more for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webspots</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-3#comment-5340</link>
		<dc:creator>webspots</dc:creator>
		<pubDate>Mon, 05 Apr 2010 09:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5340</guid>
		<description>thank for this info...</description>
		<content:encoded><![CDATA[<p>thank for this info&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-3#comment-5267</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Thu, 18 Mar 2010 10:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5267</guid>
		<description>Warning: mail() [function.mail]: Failed to connect to mailserver at &quot;localhost&quot; port 25, verify your &quot;SMTP&quot; and &quot;smtp_port&quot; setting in php.ini or use ini_set() 

This is the error what i&#039;m getting...</description>
		<content:encoded><![CDATA[<p>Warning: mail() [function.mail]: Failed to connect to mailserver at &#8220;localhost&#8221; port 25, verify your &#8220;SMTP&#8221; and &#8220;smtp_port&#8221; setting in php.ini or use ini_set() </p>
<p>This is the error what i&#8217;m getting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed Cherkaoui</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-2#comment-5195</link>
		<dc:creator>Mohammed Cherkaoui</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5195</guid>
		<description>Hi,
thank you, i will try it</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thank you, i will try it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-2#comment-5190</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5190</guid>
		<description>I´m using a WAMP Server in Windows XP e the tip helped me a lot.
Thanks.</description>
		<content:encoded><![CDATA[<p>I´m using a WAMP Server in Windows XP e the tip helped me a lot.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brady Vitrano</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-2#comment-5176</link>
		<dc:creator>Brady Vitrano</dc:creator>
		<pubDate>Sat, 20 Feb 2010 04:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5176</guid>
		<description>Did a Google search for &quot;xampp email setup&quot; and found the solution first try.

Many Thanks!</description>
		<content:encoded><![CDATA[<p>Did a Google search for &#8220;xampp email setup&#8221; and found the solution first try.</p>
<p>Many Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dodi Rahmaninoff</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-2#comment-5174</link>
		<dc:creator>Dodi Rahmaninoff</dc:creator>
		<pubDate>Fri, 19 Feb 2010 21:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5174</guid>
		<description>thanks for the info, been searching all these times for this kind of article</description>
		<content:encoded><![CDATA[<p>thanks for the info, been searching all these times for this kind of article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akash</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-2#comment-5168</link>
		<dc:creator>Akash</dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5168</guid>
		<description>Thnx a lot!!!</description>
		<content:encoded><![CDATA[<p>Thnx a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webb</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-2#comment-5079</link>
		<dc:creator>webb</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5079</guid>
		<description>I didn&#039;t know it would be so easy. Thanks.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know it would be so easy. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tulip</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-2#comment-5020</link>
		<dc:creator>tulip</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5020</guid>
		<description>Hi,

I am getting this error, any help would be appreciated.

Warning: mail() [function.mail]: SMTP server response: 550 must be authenticated 

Thanks in adva</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am getting this error, any help would be appreciated.</p>
<p>Warning: mail() [function.mail]: SMTP server response: 550 must be authenticated </p>
<p>Thanks in adva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sashi</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-2#comment-5012</link>
		<dc:creator>Sashi</dc:creator>
		<pubDate>Tue, 05 Jan 2010 07:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5012</guid>
		<description>Thanks a lot. It worked perfectly. I had to change the SMTP address in php.ini file of  &quot;apache/bin&quot; and &quot;php&quot; folders of XAMPP. Finally i could send a mail from my localhost.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. It worked perfectly. I had to change the SMTP address in php.ini file of  &#8220;apache/bin&#8221; and &#8220;php&#8221; folders of XAMPP. Finally i could send a mail from my localhost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-2#comment-5007</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Sun, 03 Jan 2010 19:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5007</guid>
		<description>Hi Roshan,

This Aditya started learning php recently so,please help me out with this problem.
Actually i am trying to test email in PHP through wamp server but i am getting the following error.

Warning: mail() [function.mail]: Failed to connect to mailserver at &quot;you@yourdomain.com&quot; port 25, verify your &quot;SMTP&quot; and &quot;smtp_port&quot; setting in php.ini or use ini_set() in C:\wamp\www\Simplemailprg.php on line 11
Mail failed

for your reference i am giving you the code i am using.

</description>
		<content:encoded><![CDATA[<p>Hi Roshan,</p>
<p>This Aditya started learning php recently so,please help me out with this problem.<br />
Actually i am trying to test email in PHP through wamp server but i am getting the following error.</p>
<p>Warning: mail() [function.mail]: Failed to connect to mailserver at &#8220;you@yourdomain.com&#8221; port 25, verify your &#8220;SMTP&#8221; and &#8220;smtp_port&#8221; setting in php.ini or use ini_set() in C:\wamp\www\Simplemailprg.php on line 11<br />
Mail failed</p>
<p>for your reference i am giving you the code i am using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dravalley Support Community</title>
		<link>http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html/comment-page-2#comment-5001</link>
		<dc:creator>Dravalley Support Community</dc:creator>
		<pubDate>Wed, 30 Dec 2009 21:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/sending-e-mail-from-localhost-in-php-in-windows-environment/#comment-5001</guid>
		<description>oh this is cool. nice...keep it up!</description>
		<content:encoded><![CDATA[<p>oh this is cool. nice&#8230;keep it up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/19 queries in 0.066 seconds using disk: basic
Object Caching 405/405 objects using disk: basic

Served from: roshanbh.com.np @ 2012-02-09 06:58:16 -->
