<?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: User Registration</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: User Registration</description>
<language>en</language>
<pubDate>Fri, 29 Aug 2008 18:58:00 +0000</pubDate>

<item>
<title>chrishajer on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-14164</link>
<pubDate>Fri, 29 Feb 2008 21:52:12 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14164@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;TJworld, did you try sambauers plugin:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/user-registration#post-13337&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/user-registration#post-13337&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And is it just registration emails with the password people are not receiving?
&#60;/p&#62;</description>
</item>
<item>
<title>TJworld on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-14160</link>
<pubDate>Fri, 29 Feb 2008 21:21:32 +0000</pubDate>
<dc:creator>TJworld</dc:creator>
<guid isPermaLink="false">14160@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;An update to my post above. I tried using a gmail.com address and that isn't refused, but the SMTP envelope is reported as&#60;/p&#62;
&#60;p&#62;Return-Path: &#38;lt;yyyyyyyyy@localhost&#38;gt;&#60;/p&#62;
&#60;p&#62;So the symptoms I'm seeing could be to do with tight rules at AOL and something in the standard configuration of Postfix. I've not seen this problem with any web applications that do user registration like this.
&#60;/p&#62;</description>
</item>
<item>
<title>TJworld on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-14159</link>
<pubDate>Fri, 29 Feb 2008 21:03:17 +0000</pubDate>
<dc:creator>TJworld</dc:creator>
<guid isPermaLink="false">14159@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've just encountered this with 0.8.3.1. As the mail server administrator I was getting delivery failure notifications which reported that the receiving SMTP host had rejected the email with:&#60;/p&#62;
&#60;p&#62;&#38;lt;xxxxx@aol.com&#38;gt;: host mailin-04.mx.aol.com[64.12.138.57] said: 501 SYNTAX&#60;br /&#62;
    ERROR IN PARAMETERS OR ARGUMENTS (in reply to MAIL FROM command)&#60;/p&#62;
&#60;p&#62;I increased logging on Postfix and tested it and found:&#60;/p&#62;
&#60;p&#62;mailin-04.mx.aol.com[64.12.138.57]: MAIL FROM:&#38;lt;yyyyyyyy@localhost&#38;gt;&#60;br /&#62;
mailin-04.mx.aol.com[64.12.138.57]: 501 SYNTAX ERROR IN PARAMETERS OR ARGUMENTS&#60;/p&#62;
&#60;p&#62;Where 'yyyyyyyy' is the mail server's local user account for the domain doing the sending.&#60;/p&#62;
&#60;p&#62;It looks as if the AOL server is rejecting the @localhost part of the MAIL FROM field. I've looked in the bbPress config.php and in the administration options of the dashboard but can't see why bbPress is using localhost.
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13442</link>
<pubDate>Mon, 28 Jan 2008 03:21:32 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13442@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;when that be applied in the pluggable.php file?
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13396</link>
<pubDate>Sat, 26 Jan 2008 00:59:39 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13396@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;not sure how to apply that code.. can you assist
&#60;/p&#62;</description>
</item>
<item>
<title>thomasklaiber on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13362</link>
<pubDate>Fri, 25 Jan 2008 10:43:46 +0000</pubDate>
<dc:creator>thomasklaiber</dc:creator>
<guid isPermaLink="false">13362@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The bbpress mail funcion is just something I can't really understand. When I tried to use it with my &#60;em&#62;favorite notification&#60;/em&#62; plugin I got some problems, so I decided to hardcode the mail-function into my plugin.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
mail( $userdata-&#38;gt;user_email, bb_get_option('name') . ':' . __('Notification'),&#60;br /&#62;
   sprintf( $message, $topic-&#38;gt;topic_title, get_user_name($bb_current_user-&#38;gt;ID), get_topic_link($topic_id) ),&#60;br /&#62;
   'From: ' . bb_get_option('admin_email') 	                    );&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I just kept it simple there. Did someone of you try to hardcode the mailing into the registration function? Would be interesting to see if it works then?!
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13353</link>
<pubDate>Thu, 24 Jan 2008 21:52:47 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13353@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I wish I could just have 1 login for both sides -- and be able to merge profile into one place to edit.  Sounds really complicated though.
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13352</link>
<pubDate>Thu, 24 Jan 2008 21:50:14 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13352@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have tried all different ways of entering email addresses. I am baffled. The only thing I can think is the following:&#60;/p&#62;
&#60;p&#62;bbpress resides in folder one up from Word press.  I am wondering if there is a file permission issue for that folder.  But again the odd thing is.. the favorites notification works just fine and it is in the same plugin folder as the plugin Sam had me upload.  I do not know.  I hope Sam may have more ideas.&#60;/p&#62;
&#60;p&#62;None of this makes sense.  It has to be a BBpress email php coding issue..  But why is it so different from wordpress and the bpress plugin &#34;favorites notification&#34;  that work fine.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13350</link>
<pubDate>Thu, 24 Jan 2008 19:34:03 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13350@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;One thing I always thought was interesting was that mail appears to be sent from &#60;a href=&#34;mailto:bbpress@yourdomain.com&#34;&#62;bbpress@yourdomain.com&#60;/a&#62;, whether or not that is a valid email.  So, if you responded to your password email or something, it would be sent to that bbpress@ address, which might be invalid, so it would bounce. &#60;/p&#62;
&#60;p&#62;I wonder if &#60;a href=&#34;mailto:bbpress@yourdomain.com&#34;&#62;bbpress@yourdomain.com&#60;/a&#62; has to be set up as a valid email account on the server, so if the SMTP server says &#34;let me make sure this is one of my users before I sent out email for him&#34; it will work.  Since you wouldn't normally have a &#60;a href=&#34;mailto:bbpress@yourdomain.com&#34;&#62;bbpress@yourdomain.com&#60;/a&#62; address already set up, maybe some MTAs don't like it and give up on the mail altogether.&#60;/p&#62;
&#60;p&#62;Why wouldn't the email just be sent from the admin email address since we're asked to enter it in config.php anyway?&#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13343</link>
<pubDate>Thu, 24 Jan 2008 16:15:30 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13343@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Still does not work..  Can you elaborate on the &#34;valid email&#34; and what exactly you mean..  May sound like a dumb question but I just want to make sure i am not crazy.  Which may be the case... :)
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13337</link>
<pubDate>Thu, 24 Jan 2008 01:50:45 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">13337@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looks like it may be rejecting the mail due to the &#34;From&#34; email address being invalid. Try this code in a plugin and make sure your admin_email option is a valid email address:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
if ( !function_exists( &#38;#39;bb_mail&#38;#39; ) ) :
function bb_mail( $to, $subject, $message, $headers = &#38;#39;&#38;#39; ) {
	if (!is_array($headers)) {
		$headers = trim($headers);
		$headers = preg_split(&#38;#39;@\r(?:\n{0,1})&#124;\n@&#38;#39;, $headers);
	}

	if (!count($headers) &#124;&#124; !count(preg_grep(&#38;#39;/^from:\s/im&#38;#39;, $headers))) {
		if (!$from = bb_get_option(&#38;#39;admin_email&#38;#39;))
			if ($uri_parsed = parse_url(bb_get_option(&#38;#39;uri&#38;#39;)))
				if ($uri_parsed[&#38;#39;host&#38;#39;])
					$from = &#38;#39;bbpress@&#38;#39; . trim(preg_replace(&#38;#39;/^www./i&#38;#39;, &#38;#39;&#38;#39;, $uri_parsed[&#38;#39;host&#38;#39;]));

		if ($from)
			$headers[] = &#38;#39;From: &#38;quot;&#38;#39; . bb_get_option(&#38;#39;name&#38;#39;) . &#38;#39;&#38;quot; &#38;lt;&#38;#39; . $from . &#38;#39;&#38;gt;&#38;#39;;
	}
	$headers = trim(join(&#38;quot;\r\n&#38;quot;, $headers));

	return @mail($to, $subject, $message, $headers);
}
endif;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>chrishajer on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13326</link>
<pubDate>Wed, 23 Jan 2008 07:42:38 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13326@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Doesn't look like there are any errors in that log file, to the untrained eye (me.)&#60;/p&#62;
&#60;p&#62;I saw something checked into trunk today about a &#60;strong&#62;from email&#60;/strong&#62; address.  Maybe sambauers will comment on this thread if that change is related, or if it's something that will work as a plugin.  If not, I will look up the change tomorrow.
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13316</link>
<pubDate>Tue, 22 Jan 2008 22:17:12 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13316@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Log file&#60;/p&#62;
&#60;p&#62;01/22/08 16:52:25	[xxxxxx794F3BBD4EA70AC6DBC2D6.MAI] from (SMTP) [SMTP:r @ doubleweb.com]-&#38;gt;[SMTP:r@doubleweb.com] System Default Route Applied.&#60;/p&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;p&#62;Debug&#60;br /&#62;
[01/22/08 12:28:15]****************** LOG FILE STARTED *******************&#60;br /&#62;
01/22/08 12:28:15	Service Starting&#60;br /&#62;
01/22/08 12:28:15	Service Loading Agents&#60;br /&#62;
01/22/08 12:28:15	Resetting messages in inbound queue for List Server Connector&#60;br /&#62;
01/22/08 12:28:15	No outgoing message files in inbound queue for List Server Connector&#60;br /&#62;
01/22/08 12:28:15	Resetting messages in inbound queue for POP Connector&#60;br /&#62;
01/22/08 12:28:15	No outgoing message files in inbound queue for POP Connector&#60;br /&#62;
01/22/08 12:28:15	Resetting messages in inbound queue for SF Connector&#60;br /&#62;
01/22/08 12:28:15	No outgoing message files in inbound queue for SF Connector&#60;br /&#62;
01/22/08 12:28:15	Resetting messages in inbound queue for SMTP Connector&#60;br /&#62;
01/22/08 12:28:15	No outgoing message files in inbound queue for SMTP Connector&#60;br /&#62;
01/22/08 12:28:15	Initalised MTA Connector Collector Thread for POP Connector&#60;br /&#62;
01/22/08 12:28:15	Initalised MTA Connector Collector Thread for SMTP Connector&#60;br /&#62;
01/22/08 12:28:15	Initalised MTA Connector Collector Thread for List Server Connector&#60;br /&#62;
01/22/08 12:28:15	Initalised MTA Connector Collector Thread for SF Connector&#60;br /&#62;
01/22/08 16:52:25	Processing file xxxxxx8794F3BBD4EA70AC6DBC2D6.MAI from queue SMTP&#60;br /&#62;
01/22/08 16:52:25	ME-MTA-ROUTE [xxxxxx4F3BBD4EA70AC6DBC2D6.MAI] from [SMTP] Connector queued to [SMTP] Connector as [xxxxxxx5444A809973864743822928.MAI]
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13315</link>
<pubDate>Tue, 22 Jan 2008 22:00:18 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13315@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;that looked extremely promising.  Unfortunately still did not send.  Do you think this is a serverside permission issue?  I cannot believe as previously stated everything else works except bbpress registration emails and lost passwords.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13292</link>
<pubDate>Tue, 22 Jan 2008 05:10:43 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13292@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you have access to the logs on your server to check for SMTP errors?&#60;/p&#62;
&#60;p&#62;Did you try this plugin by sambauers?&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/email-wont-send-from-anyhting?replies=8#post-13217&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/email-wont-send-from-anyhting?replies=8#post-13217&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This fix is checked into trunk as well, but the plugin might be the easiest way to try the fix.
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13291</link>
<pubDate>Tue, 22 Jan 2008 04:00:37 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13291@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;anyone have any suggestions on this chain?
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13202</link>
<pubDate>Thu, 17 Jan 2008 18:42:57 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13202@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://thomasklaiber&#34; rel=&#34;nofollow&#34;&#62;http://thomasklaiber&#60;/a&#62; dot com/bbpress/post-notification/&#60;/p&#62;
&#60;p&#62;is where I got the plugin.  I would compare these but I do not know what to look for..   by the way.. the plug in works very well!!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13195</link>
<pubDate>Thu, 17 Jan 2008 06:40:18 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13195@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Where did you download the plugin from.  If someone can download the plugin and then compare it to the mail function in bbPress and see if there's a reason it works in the plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13192</link>
<pubDate>Thu, 17 Jan 2008 00:46:25 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13192@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I turned off the mail notification plug-in to see if there was a conflict and still no go .  The plug in that works is.  &#60;/p&#62;
&#60;p&#62;Post Notification  	1.3  	&#60;/p&#62;
&#60;p&#62;Sends an Notification email if there's a new post to an favorite topic.&#60;br /&#62;
By Thomas Klaiber.&#60;/p&#62;
&#60;p&#62;do you see a difference?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13189</link>
<pubDate>Wed, 16 Jan 2008 22:17:55 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13189@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I wonder if there are differences between the bb_mail functions used by the registration function, and the favorites notification?  If the favorites notification works, but the password email does not, there is some difference between the two that is probably causing the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13188</link>
<pubDate>Wed, 16 Jan 2008 22:16:41 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13188@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It does.  So far it appears the issue is that the IIS SMTP server doesn't like something about the mail that's being handed over from bbPress.  Not sure what that is yet, but the SMTP server returns a 501 error then drops the connection.  I need to find someone who is using IIS and has access to their logs to troubleshoot more thoroughly.
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13180</link>
<pubDate>Wed, 16 Jan 2008 01:37:54 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13180@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;IIS 6.0&#60;br /&#62;
windows server  2003&#60;br /&#62;
the site is on a dedicated server.  Not sure if it is a server setting or a synch issue / coding issue with bbpress and wpress.&#60;/p&#62;
&#60;p&#62;after more testing here is what works currently.&#60;/p&#62;
&#60;p&#62;- Wp lost password and new registration works fine now as far as emailing out.&#60;br /&#62;
- bbpress will email a notification when someone posts a new comment to your &#34;favorites&#34; topic&#60;/p&#62;
&#60;p&#62;-bbpress will NOT email out a new registration or a lost password&#60;/p&#62;
&#60;p&#62;Does that help in any to narrow it down?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13173</link>
<pubDate>Tue, 15 Jan 2008 18:18:34 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13173@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Are you using IIS 5 or 6 as the server?  I started looking into it and it seems like the IIS SMTP server returns a 501 error when it receives the bbPress email.  Is yours IIS?  Where is the site hosted?
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13129</link>
<pubDate>Sun, 13 Jan 2008 16:08:34 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13129@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;version 0.8.3.1 - bbpress and WordPress (Version 2.3.2)..  Nt Box&#60;/p&#62;
&#60;p&#62;Clarification Below.&#60;br /&#62;
do you now of any bugs in the synchronizing of wp an bbp. I am testing these sytems and having issues with email registrations. I get an email notification in wp letting me know there is a new registrant but no registration password and link come through. When you register in bpress nothing happens other then saying password was sent.&#60;/p&#62;
&#60;p&#62;Even more odd is the fact that email notification for favorites in bbpress works just fine. I have no idea what the issue is. can anyone help me.. At this point I would donate to your cause if you can get this to work/synchronize.&#60;/p&#62;
&#60;p&#62;sit is located at homesandagents dot com
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13120</link>
<pubDate>Sun, 13 Jan 2008 03:34:35 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13120@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What version of WordPress are you using and what version of bbPress?
&#60;/p&#62;</description>
</item>
<item>
<title>rslater on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-13108</link>
<pubDate>Sat, 12 Jan 2008 02:29:28 +0000</pubDate>
<dc:creator>rslater</dc:creator>
<guid isPermaLink="false">13108@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am having a similar issues. We have WP and BBP both installed.  We have installed WP and the registration and emails work flawlessly.  On the other hand the BP registration and Lost password emails say sent but are obviously not going out.  Can anyone help on this one.. I am pulling my hair out.  site = homesandagents dot com
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-12155</link>
<pubDate>Thu, 22 Nov 2007 17:12:21 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12155@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sounds like your server is not sending email.  Can you confirm that email is being sent from your server via command line or another PHP script?  Also, check your spam or junk folder.&#60;/p&#62;
&#60;p&#62;The email normally arrives within a couple minutes.
&#60;/p&#62;</description>
</item>
<item>
<title>madristaa on "User Registration"</title>
<link>http://bbpress.org/forums/topic/user-registration#post-12150</link>
<pubDate>Thu, 22 Nov 2007 08:59:35 +0000</pubDate>
<dc:creator>madristaa</dc:creator>
<guid isPermaLink="false">12150@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello Guys,&#60;br /&#62;
i installed BBPress today..its awesome.....but i have problem in user registration..its telling me that they will send me the password in mail. I did registration before 20 hours , but still havenot received any mail regarding password...Can you help me in this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
