<?xml version="1.0"?><!-- 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>KBPublisher Forums &#187; Tag: email send problem - Recent Posts</title>
<link>http://kbpublisher.com/forums/</link>
<description>KBPublisher Forums &#187; Tag: email send problem - Recent Posts</description>
<language>en</language>
<pubDate>Fri, 10 Feb 2012 03:15:38 +0000</pubDate>

<item>
<title>Dwane on "Register Send Email Confirmation"</title>
<link>http://kbpublisher.com/forums/topic.php?id=95#post-304</link>
<pubDate>Wed, 10 Dec 2008 14:27:33 +0000</pubDate>
<dc:creator>Dwane</dc:creator>
<guid isPermaLink="false">304@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;I am getting a &#34;Something goes wrong. We are unable to send you confirmation e-mail. Please try later.&#34; error when attempting to register to the kb.&#60;/p&#62;
&#60;p&#62;I am using PHP mail function (default) and KBMailer as the Support Mailer with the default sendmail path. I've used the test email php code and the email goes through, just not through the registration form.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Contact Us Form"</title>
<link>http://kbpublisher.com/forums/topic.php?id=88#post-283</link>
<pubDate>Fri, 31 Oct 2008 09:34:47 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">283@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;In Knowledgebase-&#38;gt;Settings&#60;br /&#62;
try to set Support Mailer: KBMailer
&#60;/p&#62;</description>
</item>
<item>
<title>dekkere on "Contact Us Form"</title>
<link>http://kbpublisher.com/forums/topic.php?id=88#post-282</link>
<pubDate>Thu, 30 Oct 2008 09:07:44 +0000</pubDate>
<dc:creator>dekkere</dc:creator>
<guid isPermaLink="false">282@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;The KB version I'm using is 2.0.1.&#60;br /&#62;
There's no topic about mail problems in the forum above.
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Contact Us Form"</title>
<link>http://kbpublisher.com/forums/topic.php?id=88#post-281</link>
<pubDate>Wed, 29 Oct 2008 18:16:13 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">281@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;What id your KBP version?&#60;br /&#62;
If 2.0 try to search on sourceforge forum&#60;br /&#62;
&#60;a href=&#34;http://sourceforge.net/forum/?group_id=144153&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/forum/?group_id=144153&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dekkere on "Contact Us Form"</title>
<link>http://kbpublisher.com/forums/topic.php?id=88#post-280</link>
<pubDate>Wed, 29 Oct 2008 16:28:20 +0000</pubDate>
<dc:creator>dekkere</dc:creator>
<guid isPermaLink="false">280@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;So, I configured php.ini file and the code above worked fine, but through the Contact Us form is not working, shows the same error msg &#34;Something goes wrong. We are unable to process your request. Please retry shortly.&#34;&#60;br /&#62;
What should it be now?
&#60;/p&#62;</description>
</item>
<item>
<title>dekkere on "Contact Us Form"</title>
<link>http://kbpublisher.com/forums/topic.php?id=88#post-279</link>
<pubDate>Wed, 29 Oct 2008 15:56:16 +0000</pubDate>
<dc:creator>dekkere</dc:creator>
<guid isPermaLink="false">279@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Really, it's not working....I've got this error:&#60;br /&#62;
Warning: mail() [function.mail]: &#34;sendmail_from&#34; not set in php.ini or custom &#34;From:&#34; header missing in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\kb\admin\testEmail.php on line 2&#60;br /&#62;
Mail is not working&#60;/p&#62;
&#60;p&#62;I'm trying to google it. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>onesign on "Contact Us Form"</title>
<link>http://kbpublisher.com/forums/topic.php?id=88#post-278</link>
<pubDate>Wed, 29 Oct 2008 13:00:30 +0000</pubDate>
<dc:creator>onesign</dc:creator>
<guid isPermaLink="false">278@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Make sure that php mail function works for you.&#60;br /&#62;
You can test it with this php code.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
$mail = mail('email@example.com', 'My Subject', 'My message');&#60;br /&#62;
if($mail) {&#60;br /&#62;
    echo 'Mail is working';&#60;br /&#62;
} else {&#60;br /&#62;
     echo 'Mail is not working';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dekkere on "Contact Us Form"</title>
<link>http://kbpublisher.com/forums/topic.php?id=88#post-276</link>
<pubDate>Wed, 29 Oct 2008 11:55:41 +0000</pubDate>
<dc:creator>dekkere</dc:creator>
<guid isPermaLink="false">276@http://kbpublisher.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I configured my email in the email tab of the Admin Settings menu, but every time I've tried to send an email through the 'Contact Us' form I got an error msg &#34;Unable to process your request. Please retry shortly.&#34;  I already make sure that the email address that is in the &#34;From E-mail / Support E-mail:&#34; field is right and I didn't change anything else in the email settings(it's still using the PHP mailer function) but the error message continues to appear. &#60;/p&#62;
&#60;p&#62;Any idea what's going on? Do I need to change any other configuration to make it work?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Esther.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

