Notification mail problems
Submitted by beginner on Fri, 07/20/2007 - 13:58.
| Project: | ProjectPier |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed - by issue author |
Jump to:
Description
On my aC installation, I had to apply the following modification indicated at: http://www.activecollab.com/forums/topic/840/3/ Motherwell suggests: "1. Open /library/swift/lib/Swift/Stream 2. Go to line 370. 3. Replace: implode(', ', $this->getTo($string)), With str_replace("\n", '', implode(', ', $this->getTo($string))), The newline character in the to field stuffs everything up, and taking it out solves the issue." After applying this change, notification mails were sent out, without this hack, no notification mails were sent out. The test mail however has always been working. (NOTE: This applies for the current version of aC)

The fix posted worked, make sure you are editing MailProxy.php
I noticed that the Swift mailing library it's using is incredibly outdated. We may want to look at integrating in the newest version.
This has been fixed and will be released with the new revision 0.8 RC1 what will be coming out very soon. -Jon