<?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: Smtp Authentication With Php?</title>
	<atom:link href="http://www.savagehost.com/smtp-authentication-with-php.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.savagehost.com/smtp-authentication-with-php.html</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 02 Mar 2010 23:13:58 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PAULSC</title>
		<link>http://www.savagehost.com/smtp-authentication-with-php.html/comment-page-1#comment-3754</link>
		<dc:creator>PAULSC</dc:creator>
		<pubDate>Thu, 09 Jul 2009 07:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.savagehost.com/smtp-authentication-with-php.html#comment-3754</guid>
		<description>I&#039;m surprised Dreamhost would require Web host customers to do SMTP authentication in their Web applications; this is a function handled much better by the Dreamhost SMTP servers themselves, which can work from a dedicated DNS cache, and locally cached blacklists/whitelists or . That&#039;s easier for you, the Web hosting customer, and a lot more efficient for them, in terms of bandwidth and running block lists.
Are you sure they are telling you, that you have to do the authentication, or just informing you that if you use their SMTP servers, your outgoing mail addresses must authenticate to be sent?
Edit:
OK, I see from the following that they are wanting your account name/password to authenticate to their SMTP servers to send. You can just script that as part of a custom mail function you call, formatting messages to and from their SMTP hosts. The second link below has example php code using PEAR that does that. PEAR is available on Dreamhost servers, according to the (unofficial) third link, at least through PHP5.</description>
		<content:encoded><![CDATA[<p>I&#8217;m surprised Dreamhost would require Web host customers to do SMTP authentication in their Web applications; this is a function handled much better by the Dreamhost SMTP servers themselves, which can work from a dedicated DNS cache, and locally cached blacklists/whitelists or . That&#8217;s easier for you, the Web hosting customer, and a lot more efficient for them, in terms of bandwidth and running block lists.<br />
Are you sure they are telling you, that you have to do the authentication, or just informing you that if you use their SMTP servers, your outgoing mail addresses must authenticate to be sent?<br />
Edit:<br />
OK, I see from the following that they are wanting your account name/password to authenticate to their SMTP servers to send. You can just script that as part of a custom mail function you call, formatting messages to and from their SMTP hosts. The second link below has example php code using PEAR that does that. PEAR is available on Dreamhost servers, according to the (unofficial) third link, at least through PHP5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NC</title>
		<link>http://www.savagehost.com/smtp-authentication-with-php.html/comment-page-1#comment-3753</link>
		<dc:creator>NC</dc:creator>
		<pubDate>Thu, 09 Jul 2009 06:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.savagehost.com/smtp-authentication-with-php.html#comment-3753</guid>
		<description>SMTP authentication isn&#039;t exactly the simplest thing in the world to accomplish, so you may be better off integrating a third-party package.  While PEAR may be an overkill, you might want to take a look at phpMailer instead: http://phpmailer.sf.net/
__________</description>
		<content:encoded><![CDATA[<p>SMTP authentication isn&#8217;t exactly the simplest thing in the world to accomplish, so you may be better off integrating a third-party package.  While PEAR may be an overkill, you might want to take a look at phpMailer instead: <a href="http://phpmailer.sf.net/" rel="nofollow">http://phpmailer.sf.net/</a><br />
__________</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I8AShroo</title>
		<link>http://www.savagehost.com/smtp-authentication-with-php.html/comment-page-1#comment-3752</link>
		<dc:creator>I8AShroo</dc:creator>
		<pubDate>Thu, 09 Jul 2009 04:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.savagehost.com/smtp-authentication-with-php.html#comment-3752</guid>
		<description>It&#039;s odd that you&#039;re getting that message. I use Dreamhost as well and use the standard mail() function on several sites without authentication or error.
EDIT: Added the link to the Dreamhost wiki on php mail(). Doesn&#039;t mention anything about requiring authentication and saw many posts on the Dreamhost forum saying the same.</description>
		<content:encoded><![CDATA[<p>It&#8217;s odd that you&#8217;re getting that message. I use Dreamhost as well and use the standard mail() function on several sites without authentication or error.<br />
EDIT: Added the link to the Dreamhost wiki on php mail(). Doesn&#8217;t mention anything about requiring authentication and saw many posts on the Dreamhost forum saying the same.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
