<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: 501 Syntax error in recipient address</title>
  <link>http://www.activecollab.com/forums/topic/18/</link>
  <description>Recent posts on topic: 501 Syntax error in recipient address</description>
  <dc:language>en-us</dc:language>
  <pubDate>Thu, 04 Dec 2008 04:58:59 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/745/#post745</link>
    <guid>http://www.activecollab.com/forums/post/745/#post745</guid>
    <title>Post #20 by bsamson</title>
    <dc:creator>bsamson</dc:creator>
    <description><![CDATA[<p>I've got a fix, but it's not from the To: field afterall.<br />
<br />
Line 87 of /environment/library/simplemail/MailAddress.class.php uses the display name followed by the email address in the format &lt;some@email.com&gt;.  I modified it to use the email address without a display name or the left/right delimiters (as well as the &quot;To:&quot; line) and the system's processing emails without issue now.<br />
<br />
Since I'm using this tool internally, Exchange always resolves the email address to a display name in the address book, so losing that info won't be a problem for me.  However, there must be SOME way to pass display name into Exchange in a syntactically correct format.<br />
<br />
Thanks to everyone for your help.</p>]]></description>
    <pubDate>Wed, 12 Jul 2006 20:13:10 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/737/#post737</link>
    <guid>http://www.activecollab.com/forums/post/737/#post737</guid>
    <title>Post #19 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi,<br />
<br />
1. open /application/models/Notifier.class.php<br />
2. go to line 51, it should be NULL for $to param<br />
3. replace &quot;null&quot; with &quot;new MailAddress('some@email.com')&quot;. Needs to be valid email address or you'll get an exception<br />
4. save Notifier.class.php :)<br />
<br />
Add message and select some users to receive notifications. And save message.</p>]]></description>
    <pubDate>Wed, 12 Jul 2006 19:40:23 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/701/#post701</link>
    <guid>http://www.activecollab.com/forums/post/701/#post701</guid>
    <title>Post #18 by bsamson</title>
    <dc:creator>bsamson</dc:creator>
    <description><![CDATA[<p>That very well could be.  To test the theory, how would you suggest I modify the code to include the &quot;To&quot; address?</p>]]></description>
    <pubDate>Wed, 12 Jul 2006 12:30:44 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/691/#post691</link>
    <guid>http://www.activecollab.com/forums/post/691/#post691</guid>
    <title>Post #17 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hm, OK. My bad :(<br />
<br />
Preformance of mail() function when sending multiple emails are pretty low. It opens a new SMTP connection for every email so Bcc sounded like good, but dirty solution. And it wokrs in most of the cases....<br />
<br />
I'll add better email support to the system, thats for sure.</p>]]></description>
    <pubDate>Wed, 12 Jul 2006 11:15:49 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/679/#post679</link>
    <guid>http://www.activecollab.com/forums/post/679/#post679</guid>
    <title>Post #16 by gog</title>
    <dc:creator>gog</dc:creator>
    <description><![CDATA[<p>I believe that one of the RFC's require To field to be set...</p>]]></description>
    <pubDate>Wed, 12 Jul 2006 06:06:04 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/674/#post674</link>
    <guid>http://www.activecollab.com/forums/post/674/#post674</guid>
    <title>Post #15 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>activeCollab is using Bcc to send out many mails at once. Instead of sending many mails with To it sets Bcc and sends only one email. Mail server does the dirty work and distrubutes the email to all users in Bcc.<br />
<br />
Maybe Windows mail server require To to be set?</p>]]></description>
    <pubDate>Wed, 12 Jul 2006 00:08:10 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/667/#post667</link>
    <guid>http://www.activecollab.com/forums/post/667/#post667</guid>
    <title>Post #14 by mixrecords</title>
    <dc:creator>mixrecords</dc:creator>
    <description><![CDATA[<p>I am having the same SMTP 501 issue as well.  Running WAMP on Windows 2000 Server and all that jazz.  Works great otherwise...  Tried changing php.ini with different SMTP servers, no luck.  IIS not running from what I can see.<br />
<br />
Previous install with MAMP on my G5 worked awesome, no mail issues at all.<br />
<br />
Thanks in advance!</p>]]></description>
    <pubDate>Tue, 11 Jul 2006 21:15:16 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/659/#post659</link>
    <guid>http://www.activecollab.com/forums/post/659/#post659</guid>
    <title>Post #13 by bsamson</title>
    <dc:creator>bsamson</dc:creator>
    <description><![CDATA[<p>Ok, that definitely made some progress; thanks gog!  A fully qualified domain name should be used in PHP.INI.  The From and BCC addresses look to be correctly identified.  <br />
<br />
However, the To: field still has nothing in it, so the same &quot;501 5.5.4 Invalid Address&quot; error is showing up.  This is where I'll play the stupid-user card again, as I'm not sure how to debug what $message-&gt;getTo()-&gt;toString() is doing.  Yet.</p>]]></description>
    <pubDate>Tue, 11 Jul 2006 19:12:03 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/642/#post642</link>
    <guid>http://www.activecollab.com/forums/post/642/#post642</guid>
    <title>Post #12 by gog</title>
    <dc:creator>gog</dc:creator>
    <description><![CDATA[<p>Try replacing sumatraii with a FQDN...</p>]]></description>
    <pubDate>Tue, 11 Jul 2006 17:33:04 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/638/#post638</link>
    <guid>http://www.activecollab.com/forums/post/638/#post638</guid>
    <title>Post #11 by bsamson</title>
    <dc:creator>bsamson</dc:creator>
    <description><![CDATA[<p>No, the exchange server is running on a separate box in the domain.  No mail server is running on the box on which XAMPP is installed.  The PHP.INI file shows the following:<br />
<br />
[mail function]<br />
; For Win32 only.<br />
SMTP = sumatraii<br />
smtp_port = 25<br />
; For Win32 only.<br />
sendmail_from = bsamson@&lt;DOMAIN&gt;.com</p>]]></description>
    <pubDate>Tue, 11 Jul 2006 17:02:23 UTC</pubDate>
  </item>
</channel>
</rss>