<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Php Mailer for my hosting</title>
  <link>http://www.activecollab.com/forums/topic/1707/</link>
  <description>Recent posts on topic: Php Mailer for my hosting</description>
  <dc:language>en-us</dc:language>
  <pubDate>Wed, 15 Oct 2008 17:45:58 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/8100/#post8100</link>
    <guid>http://www.activecollab.com/forums/post/8100/#post8100</guid>
    <title>Post #4 by thirstyg</title>
    <dc:creator>thirstyg</dc:creator>
    <description><![CDATA[<p>Go to Administration &gt; Configuration &gt; Mailing and put in your email account information.<br />
<br />
Should allow you to send mail.</p>]]></description>
    <pubDate>Fri, 29 Jun 2007 21:18:21 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8095/#post8095</link>
    <guid>http://www.activecollab.com/forums/post/8095/#post8095</guid>
    <title>Post #3 by Anathema</title>
    <dc:creator>Anathema</dc:creator>
    <description><![CDATA[<p>Ilıja thanks for your reply.<br />
<br />
I know that swift is greater than it. But my hosting account ( brinkster ) very safe and i have to enter my password for sending email with php mailer.<br />
<br />
And i curious about that where can i enter it manually onto swift mailer ? Or how can i use this code on activecollab?<br />
<br />
i hope i can explain my problem<br />
<br />
Thanks lot</p>]]></description>
    <pubDate>Fri, 29 Jun 2007 15:54:07 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8092/#post8092</link>
    <guid>http://www.activecollab.com/forums/post/8092/#post8092</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>It's a bit more complicated than simple code replacement. SwiftMailer is newer (and better) library than PhpMailer. If you would like to play with the mailer, check out <a href="http://www.swiftmailer.org/" target="_blank" rel="nofollow">http://www.swiftmailer.org/</a>.</p>]]></description>
    <pubDate>Fri, 29 Jun 2007 15:35:00 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8091/#post8091</link>
    <guid>http://www.activecollab.com/forums/post/8091/#post8091</guid>
    <title>Post #1 by Anathema</title>
    <dc:creator>Anathema</dc:creator>
    <description><![CDATA[<p>Dear Friends,<br />
<br />
I have some problems with my email sending on script ( it says test mail succesfull but no mail come to my adress ) and contact to the my hosting supporters. They give me a code for php mailer:<br />
<br />
&lt;?<br />
require(&quot;c:\php\includes\class.phpmailer.php&quot;);<br />
<br />
$mail = new PHPMailer();<br />
<br />
$mail-&gt;IsSMTP();<br />
$mail-&gt;Host = &quot;mail.YourDomain.com&quot;;<br />
$mail-&gt;SMTPAuth = true;<br />
$mail-&gt;Username = &quot;you@domain.com&quot;;<br />
$mail-&gt;Password = &quot;EmailPassword&quot;;<br />
<br />
$mail-&gt;From = &quot;you@domain.com&quot;;<br />
$mail-&gt;FromName = &quot;Your Name&quot;;<br />
$mail-&gt;AddReplyTo(&quot;you@domain.com&quot;); <br />
$mail-&gt;AddAddress(&quot;user@domain.com&quot;); <br />
$mail-&gt;IsHTML(true);<br />
$mail-&gt;Subject = &quot;Test message sent using the PHPMailer component&quot;;<br />
$mail-&gt;Body = &quot;This is a test message.&quot;;<br />
$mail-&gt;Send()<br />
?&gt;<br />
<br />
where can i add these code and try? i don't find anywhere in swift section..<br />
<br />
Regards</p>]]></description>
    <pubDate>Fri, 29 Jun 2007 15:07:54 CDT</pubDate>
  </item>
</channel>
</rss>