<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: sendmail</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: sendmail</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 21:44:04 +0000</pubDate>

<item>
<title>mdawaffe on "Where is the setting for mail server config?"</title>
<link>http://bbpress.org/forums/topic/where-is-the-setting-for-mail-server-config#post-15767</link>
<pubDate>Fri, 25 Apr 2008 17:04:07 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">15767@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Since bb_mail() is in pluggable.php, it can be completely replaced by a plugin without having to modify any core files.&#60;/p&#62;
&#60;p&#62;I suggest you write your plugin to do that instead of requiring people to modify pluggable.php.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
Plugin Name: SMTP PEAR blah
*/

if ( !function_exists( &#38;#39;bb_mail&#38;#39; ) ) :
function bb_mail() {
    // my replacement for bb_mail()
}
endif;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>DJP on "Where is the setting for mail server config?"</title>
<link>http://bbpress.org/forums/topic/where-is-the-setting-for-mail-server-config#post-15758</link>
<pubDate>Fri, 25 Apr 2008 13:49:16 +0000</pubDate>
<dc:creator>DJP</dc:creator>
<guid isPermaLink="false">15758@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Woohoo!!! Got the PEAR-shaped workaround working.&#60;/p&#62;
&#60;p&#62;A guy called Rob Hartzenberg at my hosting provider wrote the plugin for bbpress that uses the PEAR mail package to allow authentication.&#60;/p&#62;
&#60;p&#62;All I needed to do was:&#60;/p&#62;
&#60;p&#62;1. download &#38;#38; edit the plugin file to reflect my own SMTP host, port number,  username (email address) &#38;#38; my password;&#60;/p&#62;
&#60;p&#62;2. replace the last line of the &#60;strong&#62;bb_mail()&#60;/strong&#62; function in &#60;strong&#62;&#34;bb-includes/pluggable.php&#60;/strong&#62; with 2 lines of code supplied in the installation instructions;&#60;/p&#62;
&#60;p&#62;3. Login as keymaster &#38;#38; activate the plugin.&#60;/p&#62;
&#60;p&#62;Voila!&#60;/p&#62;
&#60;p&#62;I will be uploading the plugin shortly as I reckon there will be  people in need of this workaround as quite a lot of hosting providers require SMTP authentication.&#60;/p&#62;
&#60;p&#62;What a relief :)&#60;/p&#62;
&#60;p&#62;many thanks to everyone that tried to assist &#38;#38; an even bigger THANK YOU to Rob at Imaginet.
&#60;/p&#62;</description>
</item>
<item>
<title>DJP on "Where is the setting for mail server config?"</title>
<link>http://bbpress.org/forums/topic/where-is-the-setting-for-mail-server-config#post-15740</link>
<pubDate>Thu, 24 Apr 2008 10:45:04 +0000</pubDate>
<dc:creator>DJP</dc:creator>
<guid isPermaLink="false">15740@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey sambauers&#60;/p&#62;
&#60;p&#62;Thanks for the response :)&#60;/p&#62;
&#60;p&#62;I just found out that the standard php &#60;strong&#62;mail()&#60;/strong&#62; function does not support SMTP authentication, and that the only way for me to rectify this problem is to either get my hosting provider to change their server settings, or  some sort of workaround using the PEAR Mail package which apparently provides supporting functions useful to multiple mailer backends. It currently suppors: PHP's native mail() function, sendmail, and SMTP.&#60;/p&#62;
&#60;p&#62;I will keep you posted because if my hosting provider isn't prepared to change his server authentication requirements, this PEAR-shaped workaround may turn out to be a good one for other bbpress users with the same problem.&#60;/p&#62;
&#60;p&#62;Thanks :)
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Where is the setting for mail server config?"</title>
<link>http://bbpress.org/forums/topic/where-is-the-setting-for-mail-server-config#post-15732</link>
<pubDate>Thu, 24 Apr 2008 00:12:47 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15732@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The bb_mail() function that sends emails uses the basic mail() function of PHP. That means that the web server needs to be able to send the mail. There is no built in way to set the mail server to anything else. This would be possible with a plugin, but I don't think that plugin exists.
&#60;/p&#62;</description>
</item>
<item>
<title>DJP on "Where is the setting for mail server config?"</title>
<link>http://bbpress.org/forums/topic/where-is-the-setting-for-mail-server-config#post-15712</link>
<pubDate>Wed, 23 Apr 2008 11:03:39 +0000</pubDate>
<dc:creator>DJP</dc:creator>
<guid isPermaLink="false">15712@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi all&#60;/p&#62;
&#60;p&#62;Plz help me, I've read everything there is to read about problem emails &#38;#38; have also tried installing sambauer's bb_mail fix plugin with no luck.&#60;/p&#62;
&#60;p&#62;I had bbpress 0.9 installed on a previous hosting provider &#38;#38; the system would send out emails to new registrants without any problem.&#60;/p&#62;
&#60;p&#62;However, I have moved to a new hosting provider that requires authentication for the mail to be sent, and will not allow &#34;localhost&#34; as the outgoing mail server. Where do I find the php file that allows me to change it from localhost to a specific &#34;outgoing mail server&#34; domain?&#60;/p&#62;
&#60;p&#62;Is it even possible?&#60;/p&#62;
&#60;p&#62;Thanks :)
&#60;/p&#62;</description>
</item>
<item>
<title>phreakymonkey on "SMTP Plugin request"</title>
<link>http://bbpress.org/forums/topic/smtp-plugin-request#post-15366</link>
<pubDate>Mon, 14 Apr 2008 16:12:58 +0000</pubDate>
<dc:creator>phreakymonkey</dc:creator>
<guid isPermaLink="false">15366@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My host has disabled sendmail (because they like to make things a pain in the ass for everyone, apparently), so I have to find workarounds for everything I have installed. &#60;a href=&#34;http://wordpress.org/extend/plugins/swift-smtp/&#34;&#62;This plugin&#60;/a&#62; for WP has saved my bacon for my main site, but I haven't found a solution for bbPress and my php fu is weak.
&#60;/p&#62;</description>
</item>
<item>
<title>purdue512 on "Email problem: Sendmail error 'stat=Data format error'"</title>
<link>http://bbpress.org/forums/topic/email-problem-sendmail-error-statdata-format-error#post-13668</link>
<pubDate>Fri, 08 Feb 2008 17:30:15 +0000</pubDate>
<dc:creator>purdue512</dc:creator>
<guid isPermaLink="false">13668@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the feedback. I think you are right. Reverse DNS, actually...&#60;/p&#62;
&#60;p&#62;I dug a little deeper in the sendmail log and found that my server was identifying itself as 'local.localdomain'. Some receiving mail servers are fine with this. Others are not. They want to do a look-up on your domain. &#60;/p&#62;
&#60;p&#62;The fix (in case anyone else hits this) is to go into your network settings and inspect your host name and domain name.  Put in your qualified domain name. Then do a test registration and look in the sendmail log... You should no longer see local.localdomain...&#60;/p&#62;
&#60;p&#62;I've done these steps and will monitor. But my research suggests this was the root-cause..
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Email problem: Sendmail error 'stat=Data format error'"</title>
<link>http://bbpress.org/forums/topic/email-problem-sendmail-error-statdata-format-error#post-13665</link>
<pubDate>Fri, 08 Feb 2008 16:54:48 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13665@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sounds like a local DNS issue:&#60;br /&#62;
&#60;a href=&#34;http://drupal.org/node/1155&#34; rel=&#34;nofollow&#34;&#62;http://drupal.org/node/1155&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Of course, Google knows more about it that I do too:&#60;br /&#62;
&#60;a href=&#34;http://www.google.com/search?q=sendmail+%22stat%3DData+format+error%22&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?q=sendmail+%22stat%3DData+format+error%22&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>purdue512 on "Email problem: Sendmail error 'stat=Data format error'"</title>
<link>http://bbpress.org/forums/topic/email-problem-sendmail-error-statdata-format-error#post-13663</link>
<pubDate>Fri, 08 Feb 2008 14:41:14 +0000</pubDate>
<dc:creator>purdue512</dc:creator>
<guid isPermaLink="false">13663@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi folks... Love this software. The style and vibe just can't be beat!&#60;/p&#62;
&#60;p&#62;I've been running bbPress for about 6 weeks. I have received many complaints about registration emails not coming. I finally tracked down the following error in the Sendmail logs:&#60;/p&#62;
&#60;p&#62;stat=Data format error&#60;/p&#62;
&#60;p&#62;The frustrating part is that it is intermittent. Sometimes I see 'stat=Sent (OK...' and the user gets the email. Many times, no email.&#60;/p&#62;
&#60;p&#62;Has anyone seen this? Any idea why this is happening?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
