<?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 Topic: Mail Sending problem with mail() function</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Mail Sending problem with mail() function</description>
<language>en</language>
<pubDate>Sun, 07 Sep 2008 07:06:51 +0000</pubDate>

<item>
<title>sambauers on "Mail Sending problem with mail() function"</title>
<link>http://bbpress.org/forums/topic/mail-senging-problem-with-mail-function#post-15914</link>
<pubDate>Thu, 01 May 2008 14:42:25 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15914@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Those ini_set() calls could go in your bb-config.php as well and should work just the same.&#60;/p&#62;
&#60;p&#62;Having said that, I think this hack will only work on Windows Servers running IIS. But I'm not 100% sure about that.
&#60;/p&#62;</description>
</item>
<item>
<title>DJP on "Mail Sending problem with mail() function"</title>
<link>http://bbpress.org/forums/topic/mail-senging-problem-with-mail-function#post-15889</link>
<pubDate>Wed, 30 Apr 2008 13:05:07 +0000</pubDate>
<dc:creator>DJP</dc:creator>
<guid isPermaLink="false">15889@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@amit_online&#60;/p&#62;
&#60;p&#62;I will try this on my installation instead of the PEAR workaround &#38;#38; let you know if it works.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>amit_online on "Mail Sending problem with mail() function"</title>
<link>http://bbpress.org/forums/topic/mail-senging-problem-with-mail-function#post-15883</link>
<pubDate>Wed, 30 Apr 2008 07:55:59 +0000</pubDate>
<dc:creator>amit_online</dc:creator>
<guid isPermaLink="false">15883@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;After experiencing the initial problem of a signup confirmation mail not going out, and going through the various posts on that topic, I finally found a fix without having to use a plugin or use pear functions.&#60;/p&#62;
&#60;p&#62;In the file /bb-includes/pluggable.php add the following lines at the top:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;ini_set(&#38;quot;SMTP&#38;quot;,&#38;quot;mail.YourDomain.com&#38;quot;); //IP or server name for smtp server
ini_set(&#38;quot;smtp_port&#38;quot;,&#38;quot;25&#38;quot;);
ini_set(&#38;#39;sendmail_from&#38;#39;, &#38;#39;ValidEmailAccount@YourDomain.com&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This worked in my case. I hope this solves other people's problems too.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
