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.


Topics - glueball

Pages: [1]
1
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

Pages: [1]