<?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 for SeeIT Consult</title>
	<atom:link href="http://blog.seeit.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.seeit.org</link>
	<description>Web Programming &#038; IT Consultancy</description>
	<lastBuildDate>Fri, 16 Dec 2011 09:38:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PHP mail() with Ubuntu Desktop and Gmail by Mahesh.D</title>
		<link>http://blog.seeit.org/2010/08/php-mail-with-ubuntu-desktop-and-gmail/comment-page-1/#comment-1650</link>
		<dc:creator>Mahesh.D</dc:creator>
		<pubDate>Fri, 16 Dec 2011 09:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seeit.org/?p=35#comment-1650</guid>
		<description>Hi,

    Thanks for the awesome document.It is very useful.After searching long in net,I found this document,at last I fixed the problem with help of this document</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>    Thanks for the awesome document.It is very useful.After searching long in net,I found this document,at last I fixed the problem with help of this document</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP mail() with Ubuntu Desktop and Gmail by junkiest</title>
		<link>http://blog.seeit.org/2010/08/php-mail-with-ubuntu-desktop-and-gmail/comment-page-1/#comment-1646</link>
		<dc:creator>junkiest</dc:creator>
		<pubDate>Wed, 16 Nov 2011 12:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seeit.org/?p=35#comment-1646</guid>
		<description>Nice tutorial.... thanks !!!</description>
		<content:encoded><![CDATA[<p>Nice tutorial&#8230;. thanks !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP mail() with Ubuntu Desktop and Gmail by Francis</title>
		<link>http://blog.seeit.org/2010/08/php-mail-with-ubuntu-desktop-and-gmail/comment-page-1/#comment-1638</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Thu, 14 Jul 2011 09:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seeit.org/?p=35#comment-1638</guid>
		<description>Hi Jon,

You could try to telnet to the SMTP server:

From a command prompt (in Windows or Linux):
&lt;code&gt;telnet smtp.gmail.com 587&lt;/code&gt;

If you see something like
&lt;code&gt;220 mx.google.com ESMTP fo2sm32590wbb.48&lt;/code&gt;
You are connected.

If you get a failure message it is likely that a firewall is blocking you.

&lt;em&gt;(Since Windows Vista telnet is not installed by default. See:
&lt;a href=&quot;http://windows.microsoft.com/en-US/windows-vista/Telnet-frequently-asked-questions&quot; rel=&quot;nofollow&quot;&gt;http://windows.microsoft.com/en-US/windows-vista/Telnet-frequently-asked-questions&lt;/a&gt;
for more information.)&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>You could try to telnet to the SMTP server:</p>
<p>From a command prompt (in Windows or Linux):</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">telnet smtp.gmail.com 587</div></td></tr></tbody></table></div>
<p>If you see something like</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">220 mx.google.com ESMTP fo2sm32590wbb.48</div></td></tr></tbody></table></div>
<p>You are connected.</p>
<p>If you get a failure message it is likely that a firewall is blocking you.</p>
<p><em>(Since Windows Vista telnet is not installed by default. See:<br />
<a href="http://windows.microsoft.com/en-US/windows-vista/Telnet-frequently-asked-questions" rel="nofollow">http://windows.microsoft.com/en-US/windows-vista/Telnet-frequently-asked-questions</a><br />
for more information.)</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP mail() with Ubuntu Desktop and Gmail by Jon</title>
		<link>http://blog.seeit.org/2010/08/php-mail-with-ubuntu-desktop-and-gmail/comment-page-1/#comment-1637</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 14 Jul 2011 05:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seeit.org/?p=35#comment-1637</guid>
		<description>Hi,

I followed you instructions but cannot get the mail function working.
 - Cannot open smtp.gmail.com:587

I am doing it behind a proxy. I am not sure if this causes the problem.
Is there any configuration for proxy?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I followed you instructions but cannot get the mail function working.<br />
 &#8211; Cannot open smtp.gmail.com:587</p>
<p>I am doing it behind a proxy. I am not sure if this causes the problem.<br />
Is there any configuration for proxy?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP mail() with Ubuntu Desktop and Gmail by Francis</title>
		<link>http://blog.seeit.org/2010/08/php-mail-with-ubuntu-desktop-and-gmail/comment-page-1/#comment-1634</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Wed, 29 Jun 2011 11:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seeit.org/?p=35#comment-1634</guid>
		<description>Hi Ed,

You set the &#039;from&#039; address when you send the email. For example &lt;a href=&quot;http://php.net/manual/en/function.mail.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;PHP&#039;s mail() function&lt;/a&gt; allows you to pass the &#039;from&#039; address.

You should also check &#039;/etc/ssmtp/ssmtp.conf&#039;:

&lt;blockquote&gt;# Are users allowed to set their own From: address?
# YES - Allow the user to specify their own From: address
# NO - Use the system generated From: address
FromLineOverride=YES&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Hi Ed,</p>
<p>You set the &#8216;from&#8217; address when you send the email. For example <a href="http://php.net/manual/en/function.mail.php" target="_blank" rel="nofollow">PHP&#8217;s mail() function</a> allows you to pass the &#8216;from&#8217; address.</p>
<p>You should also check &#8216;/etc/ssmtp/ssmtp.conf&#8217;:</p>
<blockquote><p># Are users allowed to set their own From: address?<br />
# YES &#8211; Allow the user to specify their own From: address<br />
# NO &#8211; Use the system generated From: address<br />
FromLineOverride=YES</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP mail() with Ubuntu Desktop and Gmail by Ed</title>
		<link>http://blog.seeit.org/2010/08/php-mail-with-ubuntu-desktop-and-gmail/comment-page-1/#comment-1633</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 29 Jun 2011 04:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seeit.org/?p=35#comment-1633</guid>
		<description>I followed that exactly and when I send mail, it is sent from www-data(mygmail addy)...what did I do wrong?</description>
		<content:encoded><![CDATA[<p>I followed that exactly and when I send mail, it is sent from www-data(mygmail addy)&#8230;what did I do wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP: The include() include_once() performance debate by PHP: Include vs Require &#124; Sevenpixels</title>
		<link>http://blog.seeit.org/2010/06/php-the-include-include_once-performance-debate/comment-page-1/#comment-1627</link>
		<dc:creator>PHP: Include vs Require &#124; Sevenpixels</dc:creator>
		<pubDate>Fri, 25 Mar 2011 21:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seeit.org/?p=23#comment-1627</guid>
		<description>[...] wise it looks like using either of the _once functions is faster. Include beats out require. So if you are looking to squeeze out every little bit of performance [...]</description>
		<content:encoded><![CDATA[<p>[...] wise it looks like using either of the _once functions is faster. Include beats out require. So if you are looking to squeeze out every little bit of performance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP: The include() include_once() performance debate by PHP: Include vs Require&#160;&#124;&#160;Sevenpixels Web Design</title>
		<link>http://blog.seeit.org/2010/06/php-the-include-include_once-performance-debate/comment-page-1/#comment-1615</link>
		<dc:creator>PHP: Include vs Require&#160;&#124;&#160;Sevenpixels Web Design</dc:creator>
		<pubDate>Tue, 09 Nov 2010 17:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seeit.org/?p=23#comment-1615</guid>
		<description>[...] wise it looks like using either of the _once functions is faster. Include beats out require. So if you are looking to squeeze out every little bit of performance [...]</description>
		<content:encoded><![CDATA[<p>[...] wise it looks like using either of the _once functions is faster. Include beats out require. So if you are looking to squeeze out every little bit of performance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP mail() with Ubuntu Desktop and Gmail by Angelo</title>
		<link>http://blog.seeit.org/2010/08/php-mail-with-ubuntu-desktop-and-gmail/comment-page-1/#comment-1614</link>
		<dc:creator>Angelo</dc:creator>
		<pubDate>Sat, 30 Oct 2010 10:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seeit.org/?p=35#comment-1614</guid>
		<description>Thanks, really great post!

Angelo from Italy.</description>
		<content:encoded><![CDATA[<p>Thanks, really great post!</p>
<p>Angelo from Italy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP mail() with Ubuntu Desktop and Gmail by Artur Ejsmont</title>
		<link>http://blog.seeit.org/2010/08/php-mail-with-ubuntu-desktop-and-gmail/comment-page-1/#comment-1599</link>
		<dc:creator>Artur Ejsmont</dc:creator>
		<pubDate>Mon, 18 Oct 2010 19:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seeit.org/?p=35#comment-1599</guid>
		<description>is anyone still using mail()? 

hehe

zend mail rules ..... probably there are other libs but zf does all i need including php-level smtp delivery so local smtp is not even needed :P 

how cool is that?!

art</description>
		<content:encoded><![CDATA[<p>is anyone still using mail()? </p>
<p>hehe</p>
<p>zend mail rules &#8230;.. probably there are other libs but zf does all i need including php-level smtp delivery so local smtp is not even needed <img src='http://blog.seeit.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </p>
<p>how cool is that?!</p>
<p>art</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching 1/20 queries in 0.004 seconds using apc

Served from: blog.seeit.org @ 2012-02-05 03:14:35 -->
