<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: &quot;Test mail has been successfully sent&quot; ?</title>
  <link>http://www.activecollab.com/forums/topic/840/</link>
  <description>Recent posts on topic: &quot;Test mail has been successfully sent&quot; ?</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sun, 23 Nov 2008 04:57:27 CST</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/8451/#post8451</link>
    <guid>http://www.activecollab.com/forums/post/8451/#post8451</guid>
    <title>Post #25 by franc</title>
    <dc:creator>franc</dc:creator>
    <description><![CDATA[<p>Hello people.<br />
I'm having this mail error all the time. No matter if I user PHP function or SMTP.<br />
<br />
<br />
<div class="postQuote"><blockquote><div class="quoteAuthor">Motherwell:</div>The solution to this problem is as follows (at least for my server):<br />
<br />
1. Open /library/swift/lib/Swift/Stream<br />
2. Go to line 370.<br />
3. Replace:<br />
 		  implode(', ', $this-&gt;getTo($string)),<br />
With<br />
		  str_replace(&quot;\n&quot;, '',  implode(', ', $this-&gt;getTo($string))),<br />
<br />
The newline character in the to field stuffs everything up, and taking it out solves the issue.<br />
<br />
Hope that helps someone else (took me 2 days of fiddling to work it out!!!!!!)</blockquote></div><br />
<br />
<br />
I've done this, and it's still not working with PHP mail settings. Any other ideas?<br />
Thanks in advance.</p>]]></description>
    <pubDate>Wed, 22 Aug 2007 07:48:35 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8219/#post8219</link>
    <guid>http://www.activecollab.com/forums/post/8219/#post8219</guid>
    <title>Post #24 by beginner</title>
    <dc:creator>beginner</dc:creator>
    <description><![CDATA[<p><div class="postQuote"><blockquote><div class="quoteAuthor">Motherwell:</div><br />
Hope that helps someone else (took me 2 days of fiddling to work it out!!!!!!)</blockquote></div><br />
<br />
Yes it did indeed! Thank you very much for sharing the solution. With this hack sending mails with the option &quot;Default PHP settings&quot; is finally working for me.<br />
<br />
</p>]]></description>
    <pubDate>Wed, 18 Jul 2007 12:54:38 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8066/#post8066</link>
    <guid>http://www.activecollab.com/forums/post/8066/#post8066</guid>
    <title>Post #23 by Motherwell</title>
    <dc:creator>Motherwell</dc:creator>
    <description><![CDATA[<p>The solution to this problem is as follows (at least for my server):<br />
<br />
1. Open /library/swift/lib/Swift/Stream<br />
2. Go to line 370.<br />
3. Replace:<br />
 		  implode(', ', $this-&gt;getTo($string)),<br />
With<br />
		  str_replace(&quot;\n&quot;, '',  implode(', ', $this-&gt;getTo($string))),<br />
<br />
The newline character in the to field stuffs everything up, and taking it out solves the issue.<br />
<br />
Hope that helps someone else (took me 2 days of fiddling to work it out!!!!!!)</p>]]></description>
    <pubDate>Thu, 28 Jun 2007 05:48:01 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/7885/#post7885</link>
    <guid>http://www.activecollab.com/forums/post/7885/#post7885</guid>
    <title>Post #22 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>activeCollab is still using <a href="http://www.swiftmailer.org/" target="_blank" rel="nofollow">SwiftMailer</a> for sending emails, but we are using latest version and we have integrated it with our logging library so everything that is going on with SwiftMailer is available in the logs.<br />
<br />
Just one example:<br />
<br />
#1 - info - ++ Enabling logging<br />
#2 - info - &gt;&gt; MAIL FROM: &lt;*****@******.***&gt;<br />
#3 - info - &lt;&lt; 250 Ok<br />
#4 - info - &gt;&gt; RCPT TO: &lt;*****.*****@***********.***&gt;<br />
#5 - info - &lt;&lt; 250 Ok<br />
#6 - info - &gt;&gt; DATA<br />
#7 - info - &lt;&lt; 354 End data with &lt;CR&gt;&lt;LF&gt;.&lt;CR&gt;&lt;LF&gt;<br />
#8 - info - &gt;&gt; &lt;MESSAGE DATA&gt;<br />
#9 - info - &gt;&gt; <br />
<br />
.<br />
#10 - info - &lt;&lt; 250 Ok: queued as 4E043DC74D<br />
#11 - info - ++ Message sent to 1/1 recipients<br />
<br />
Email addresses are replaced with ***@***.***. You can see real addresses in the logs.</p>]]></description>
    <pubDate>Wed, 06 Jun 2007 02:53:41 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/7882/#post7882</link>
    <guid>http://www.activecollab.com/forums/post/7882/#post7882</guid>
    <title>Post #21 by ideapower</title>
    <dc:creator>ideapower</dc:creator>
    <description><![CDATA[<p>following up on this.. just wondering/hoping if the new version will fix this problem? or will it use the same email setup?</p>]]></description>
    <pubDate>Tue, 05 Jun 2007 19:43:55 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/7048/#post7048</link>
    <guid>http://www.activecollab.com/forums/post/7048/#post7048</guid>
    <title>Post #20 by ideapower</title>
    <dc:creator>ideapower</dc:creator>
    <description><![CDATA[<p>maybe i should try that... where do you find that IP address? </p>]]></description>
    <pubDate>Tue, 06 Mar 2007 14:36:03 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6980/#post6980</link>
    <guid>http://www.activecollab.com/forums/post/6980/#post6980</guid>
    <title>Post #19 by chilliplow</title>
    <dc:creator>chilliplow</dc:creator>
    <description><![CDATA[<p>nope..nm..it was my smtp server..rejecting the email requests ..because I forgot to add the activecollab machines ip to the authorized list..oops..</p>]]></description>
    <pubDate>Fri, 02 Mar 2007 15:09:16 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6971/#post6971</link>
    <guid>http://www.activecollab.com/forums/post/6971/#post6971</guid>
    <title>Post #18 by chilliplow</title>
    <dc:creator>chilliplow</dc:creator>
    <description><![CDATA[<p>I am having the same problem</p>]]></description>
    <pubDate>Thu, 01 Mar 2007 16:01:34 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6852/#post6852</link>
    <guid>http://www.activecollab.com/forums/post/6852/#post6852</guid>
    <title>Post #17 by ideapower</title>
    <dc:creator>ideapower</dc:creator>
    <description><![CDATA[<p>still looking for a solution to this. i get the &quot;mail)(&quot; error, and nothing gets through, even though i have set all the smtp settings.</p>]]></description>
    <pubDate>Fri, 23 Feb 2007 11:02:55 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/6633/#post6633</link>
    <guid>http://www.activecollab.com/forums/post/6633/#post6633</guid>
    <title>Post #16 by spigot</title>
    <dc:creator>spigot</dc:creator>
    <description><![CDATA[<p>I am also having the mail problem described above. Here is the error:<br />
<br />
Session &quot;default&quot; started at 2007-02-13T16:02:42+0000<br />
#1 ERROR: Error: mail() [&lt;a href='function.mail'&gt;function.mail&lt;/a&gt;]: Bad parameters to mail() function, mail not sent. in '/home/content/s/p/i/spigot/html/collaborate/library/swift/lib/Swift/Stream/MailProxy.php' on line 374 (error code: 2)<br />
Time since start: 0.71364092826843 seconds<br />
<br />
Could this at all be a php version issue? When I upgraded to php5 to run activeCollab it broke another mail script I had running on my server. I had to create a root level .htaccess file with this inside:<br />
<br />
AddHandler x-httpd-php5 .php5<br />
AddHandler x-httpd-php .php<br />
<br />
<br />
I also have an .htaccess file with this in my AC folder:<br />
AddHandler x-httpd-php5 .php<br />
AddHandler x-httpd-php .php4<br />
<br />
I tried throwing each one in the library/swift/lib/Swift/Stream/ folder, to no avail. I am sure I'm probably barking at the wrong tree.<br />
<br />
</p>]]></description>
    <pubDate>Tue, 13 Feb 2007 13:35:43 CST</pubDate>
  </item>
</channel>
</rss>