<?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: Introduction to Zend_Mail</title>
	<atom:link href="http://www.zendcasts.com/introduction-to-zend_mail/2010/02/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/</link>
	<description>free Zend Framework screencasts. Video tutorials to get you up to speed with different parts of the Zend Framework and enterprise PHP development.</description>
	<lastBuildDate>Wed, 01 Feb 2012 00:49:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Greenberry</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-22123</link>
		<dc:creator>Greenberry</dc:creator>
		<pubDate>Sun, 14 Aug 2011 10:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-22123</guid>
		<description>Hello Ryan! Many thanks for sharing this. There was just a small mistake there, you made a $smtpHost variable and unset it but you didn&#039;t pass it on the Zend_Mail_Transport_Smtp object. Nevertheless still worth watching, as every video here is quite essential. I really love this website. I will donate as soon as I can as a way to give back may take a bit longer, since I&#039;m just a third world dweller :D
Thanks again! 

-From The Philippines.</description>
		<content:encoded><![CDATA[<p>Hello Ryan! Many thanks for sharing this. There was just a small mistake there, you made a $smtpHost variable and unset it but you didn&#8217;t pass it on the Zend_Mail_Transport_Smtp object. Nevertheless still worth watching, as every video here is quite essential. I really love this website. I will donate as soon as I can as a way to give back may take a bit longer, since I&#8217;m just a third world dweller <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Thanks again! </p>
<p>-From The Philippines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalin</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-15137</link>
		<dc:creator>kalin</dc:creator>
		<pubDate>Sun, 06 Feb 2011 19:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-15137</guid>
		<description>Hello, wonderful tutorial but i have a question about the smtp:

i set in $smptOptions : &#039;username&#039; =&gt; &#039;my-email&#039; and no matter what i set in -&gt;setFrom(other-email), i always receive email from &quot;my-email&quot;. 
so if i want an online form for sending emails, and someone send me an email i cant reply it cause when i click reply, it replies to myself..</description>
		<content:encoded><![CDATA[<p>Hello, wonderful tutorial but i have a question about the smtp:</p>
<p>i set in $smptOptions : &#8216;username&#8217; =&gt; &#8216;my-email&#8217; and no matter what i set in -&gt;setFrom(other-email), i always receive email from &#8220;my-email&#8221;.<br />
so if i want an online form for sending emails, and someone send me an email i cant reply it cause when i click reply, it replies to myself..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nav</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-11062</link>
		<dc:creator>Nav</dc:creator>
		<pubDate>Sat, 09 Oct 2010 20:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-11062</guid>
		<description>@pirroman, I was having this same issue and had a feeling what the issue was but couldnt quite figure it out although after ages i managed to discover that the PHP extension php_openssl wasnt enabled. If your running a WAMP stack or w/e then just go into the php.ini file and enable that and it will start working :D</description>
		<content:encoded><![CDATA[<p>@pirroman, I was having this same issue and had a feeling what the issue was but couldnt quite figure it out although after ages i managed to discover that the PHP extension php_openssl wasnt enabled. If your running a WAMP stack or w/e then just go into the php.ini file and enable that and it will start working <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-10589</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Tue, 21 Sep 2010 19:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-10589</guid>
		<description>Great code :D

Thanks from Brazil!</description>
		<content:encoded><![CDATA[<p>Great code <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Thanks from Brazil!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A php mail() mail function alternative, Zend_Mail tutorial</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-10503</link>
		<dc:creator>A php mail() mail function alternative, Zend_Mail tutorial</dc:creator>
		<pubDate>Sat, 18 Sep 2010 17:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-10503</guid>
		<description>[...] [View the screencast on how to use Zend Mail with smtp here] [...]</description>
		<content:encoded><![CDATA[<p>[...] [View the screencast on how to use Zend Mail with smtp here] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pirroman</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-8884</link>
		<dc:creator>pirroman</dc:creator>
		<pubDate>Wed, 28 Jul 2010 18:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-8884</guid>
		<description>No body seems to have had this problem, but I am getting &quot;Could not open socket&quot;, although the code looks pretty fine.
Anyone has any idea?</description>
		<content:encoded><![CDATA[<p>No body seems to have had this problem, but I am getting &#8220;Could not open socket&#8221;, although the code looks pretty fine.<br />
Anyone has any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Grieco</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-7258</link>
		<dc:creator>Jose Grieco</dc:creator>
		<pubDate>Wed, 12 May 2010 14:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-7258</guid>
		<description>Simple and nice.
There is no need use code in Bootstrap.php:

look Zend_Application_Resource_Mail in http://framework.zend.com/manual/en/zend.application.available-resources.html</description>
		<content:encoded><![CDATA[<p>Simple and nice.<br />
There is no need use code in Bootstrap.php:</p>
<p>look Zend_Application_Resource_Mail in <a href="http://framework.zend.com/manual/en/zend.application.available-resources.html" rel="nofollow">http://framework.zend.com/manual/en/zend.application.available-resources.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-5758</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-5758</guid>
		<description>I&#039;m missing something here... you keep the smtpOptions in the application.ini and in the controller?</description>
		<content:encoded><![CDATA[<p>I&#8217;m missing something here&#8230; you keep the smtpOptions in the application.ini and in the controller?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lion21</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-5329</link>
		<dc:creator>lion21</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-5329</guid>
		<description>very good zend cast , looking disparately more from you ryan :) , in last few secs u made a silly ignorable error by unsetting an wrong variable ;)</description>
		<content:encoded><![CDATA[<p>very good zend cast , looking disparately more from you ryan <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , in last few secs u made a silly ignorable error by unsetting an wrong variable <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-5248</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Sat, 06 Feb 2010 00:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-5248</guid>
		<description>Thanks for sharing where you&#039;re coming from. In fact Zend_Mail does support it and Ryan did a great job covering smtp authentication in his video.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing where you&#8217;re coming from. In fact Zend_Mail does support it and Ryan did a great job covering smtp authentication in his video.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balu</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-5247</link>
		<dc:creator>Balu</dc:creator>
		<pubDate>Sat, 06 Feb 2010 00:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-5247</guid>
		<description>Perhaps I was a little too harsh myself by using &quot;mocking&quot;, but that&#039;s the only word in English I know that goes in that direction ;-). German is my mother tongue...

Anyway. I understand your concerns and I&#039;m often hindered by a blocked port myself. But besides having to code PHP I&#039;m a mailserver administrator who needs to fight those *censored* *censored* *censored* idiots who use our internet to do their bad stuff.

And after all there are ways to work around a blocked port 25 while developing. E.g. a local mailserver or simply creating an application that authenticates itself while using the ISPs mailserver. 

I&#039;m fairly sure that Zend_Mail supports authenticated sending over a different port than 25 ;-). (Need to check though). 

A big problem with port 587 is that most mailserver administrators don&#039;t know it either. :-/ There was a time when admins knew their RFCs... damn - I&#039;m getting old. ;-)</description>
		<content:encoded><![CDATA[<p>Perhaps I was a little too harsh myself by using &#8220;mocking&#8221;, but that&#8217;s the only word in English I know that goes in that direction <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . German is my mother tongue&#8230;</p>
<p>Anyway. I understand your concerns and I&#8217;m often hindered by a blocked port myself. But besides having to code PHP I&#8217;m a mailserver administrator who needs to fight those *censored* *censored* *censored* idiots who use our internet to do their bad stuff.</p>
<p>And after all there are ways to work around a blocked port 25 while developing. E.g. a local mailserver or simply creating an application that authenticates itself while using the ISPs mailserver. </p>
<p>I&#8217;m fairly sure that Zend_Mail supports authenticated sending over a different port than 25 <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . (Need to check though). </p>
<p>A big problem with port 587 is that most mailserver administrators don&#8217;t know it either. :-/ There was a time when admins knew their RFCs&#8230; damn &#8211; I&#8217;m getting old. <img src='http://www.zendcasts.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-5245</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-5245</guid>
		<description>Hi Balu,

First of all, I didn&#039;t think my first comment was so slanderous, regardless, I&#039;m sorry you found my tone &quot;mocking&quot;. When I state that a firewall is annoying, it is! Especially when a developer is trying to build a web application!

I disagree with forced port blocking, since it sounds like a way to stop spamming however I think it&#039;s just a means for ISP&#039;s to charge &quot;business rates&quot; for unblocked ports. 

Thanks for mentioning port 587, as I hadn&#039;t heard of it before.</description>
		<content:encoded><![CDATA[<p>Hi Balu,</p>
<p>First of all, I didn&#8217;t think my first comment was so slanderous, regardless, I&#8217;m sorry you found my tone &#8220;mocking&#8221;. When I state that a firewall is annoying, it is! Especially when a developer is trying to build a web application!</p>
<p>I disagree with forced port blocking, since it sounds like a way to stop spamming however I think it&#8217;s just a means for ISP&#8217;s to charge &#8220;business rates&#8221; for unblocked ports. </p>
<p>Thanks for mentioning port 587, as I hadn&#8217;t heard of it before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balu</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-5244</link>
		<dc:creator>Balu</dc:creator>
		<pubDate>Fri, 05 Feb 2010 23:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-5244</guid>
		<description>Please stop mocking the ISPs about a blocked port 25. They actually do it the right way. Port 25 is meant to be used by mail_servers_ to transfer mails between each other.

Clients that need to send mail should use port 587 (&quot;submission&quot;). This is described in RFC 2476 that is about 11 years old now. 

This distinction simply needs to get into the heads of all mail server administrators and us of course. Since Port 587 requires authentication it would be a lot harder for Spammers to send out their crap. And if they misuse an account it&#039;s a lot easier to figure that out and block it.

Providers that block port 25 outgoing from all machines on their internal network (but official mailservers) actually help to fight spam. 

If you really need your own mailserver make sure it uses your providers machine as a smarthost and you&#039;re done.

PS: Yes, there are caveats, but those lurk everywhere.</description>
		<content:encoded><![CDATA[<p>Please stop mocking the ISPs about a blocked port 25. They actually do it the right way. Port 25 is meant to be used by mail_servers_ to transfer mails between each other.</p>
<p>Clients that need to send mail should use port 587 (&#8220;submission&#8221;). This is described in RFC 2476 that is about 11 years old now. </p>
<p>This distinction simply needs to get into the heads of all mail server administrators and us of course. Since Port 587 requires authentication it would be a lot harder for Spammers to send out their crap. And if they misuse an account it&#8217;s a lot easier to figure that out and block it.</p>
<p>Providers that block port 25 outgoing from all machines on their internal network (but official mailservers) actually help to fight spam. </p>
<p>If you really need your own mailserver make sure it uses your providers machine as a smarthost and you&#8217;re done.</p>
<p>PS: Yes, there are caveats, but those lurk everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artur Górski</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-5193</link>
		<dc:creator>Artur Górski</dc:creator>
		<pubDate>Wed, 03 Feb 2010 09:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-5193</guid>
		<description>I think that Bootstrap.php should look like this:

getOption(&#039;email&#039;);

        $smtpHost = $emailConfig[&#039;transportOptionsSmtp&#039;][&#039;host&#039;];
        unset($emailConfig[&#039;transportOptionsSmtp&#039;][&#039;host&#039;]);

        $mailTransport = new Zend_Mail_Transport_Smtp($smtpHost, $emailConfig[&#039;transportOptionsSmtp&#039;]);

        Zend_Mail::setDefaultTransport($mailTransport);
    }
}</description>
		<content:encoded><![CDATA[<p>I think that Bootstrap.php should look like this:</p>
<p>getOption(&#8216;email&#8217;);</p>
<p>        $smtpHost = $emailConfig['transportOptionsSmtp']['host'];<br />
        unset($emailConfig['transportOptionsSmtp']['host']);</p>
<p>        $mailTransport = new Zend_Mail_Transport_Smtp($smtpHost, $emailConfig['transportOptionsSmtp']);</p>
<p>        Zend_Mail::setDefaultTransport($mailTransport);<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick</title>
		<link>http://www.zendcasts.com/introduction-to-zend_mail/2010/02/comment-page-1/#comment-5192</link>
		<dc:creator>Derick</dc:creator>
		<pubDate>Wed, 03 Feb 2010 09:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendcasts.com/?p=307#comment-5192</guid>
		<description>Very nice screencast Ryan. Looking forward to seeing more.</description>
		<content:encoded><![CDATA[<p>Very nice screencast Ryan. Looking forward to seeing more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

