Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - glueball

Pages: [1]
1
Ideas / Re: Add a Prefix to mail Notifications Subject
« on: February 24, 2009, 05:27:58 am »
Our original idea was to simply provide a way to do filtering in our mail clients, the inclusion of other elements, in a sense is a different modification.

With regards to the security issue of multiple Worspaces that could possibly be handled by sending only the "current" workspace, that is the workspace in which the user was in when the email alert was triggered.

Of course I am not that familiar with the code so the above could be wrong/hard/nonsense.

2
Ideas / Add a Prefix to mail Notifications Subject
« on: February 19, 2009, 11:02:58 am »
Hi all,
We have made a change, adding a prefix to the subject line to facilitate filtering on our mail clients. I believe this would be a nice thing to have for more people. The way it was done might not be the best, but here it is:
(1.2 RC2):
config/config.php adedd:
define('MAIL_PREPEND','[OpenGoo] - ');

application/models/notifier/
Changed:
 Notifier.class.php:551:         $result = $mailer->send($to, $from, MAIL_PREPEND.$subject, $body, $type, $encoding);

Kyriacos

-with apologies if someone already did/posted about something similar

3
Ideas / Re: SMS Gateway
« on: February 19, 2009, 10:53:15 am »
Doing a module along the lines of SendEmail which then pulls in one from a number of predefined "drivers" according to the local setup might be best. A number of common sms drivers can be provided, and anyone using something else, could plug in a new one.
For instance we have our own messaging connections with carriers, and some people might have a GSM modem/phone directly connected.

So this needs to be split into UI, which would be mostly if not exactly identical to how email notifications are done, while providing some flexibility on how the back end sends a message, since unlike email there is no standard way.

Pages: [1]