The notification emails start with this:
------------------------------------------------------------
THIS IS A NOTIFICATION. DO NOT REPLY TO THIS EMAIL.
There's another line of dashes directly after this but it looks like it's missing the hard return character after the word "EMAIL.". So the second line of dashes gets pushed out and may wrap in hideous fashion.
If you want it fast, fix it yourself in /application/views/notifier :)
I will fix it in beta 3.
New-line characters are missing in the new_comment.php message lines (13-17). The other notifier messages have the new-lines so I think this might have been an oversight. I replaced those lines with:
echo "\n----------------\n";
echo $new_comment->getText();
echo "\n----------------\n\n";
Works fine.
Is there any talk about HTML formatted e-mail notifications? I'd be willing to help on this if there is some interest.
I fixed it immediately.
HTML: No requests yet. I also think we need to support it.
Generally, the notification must be a bit more personalized and should be configurable at user level. Something for version 0.9 :-)
> Something for version 0.9
Especially if you're planning on it being user configurable. And of course, once you have a basic implementation people will want their theme styling to be applied as well. Obviously this all gets complicated. Well, we're planning on using PP extensively for our team, and I'd be more than happy to contribute code, design, etc. when you get to it.
Is this implementation dead? I'd be happy to implement as well.