Manipulating standard text in messages
Submitted by hoto on Fri, 11/16/2007 - 04:39.
How could I manipulate the standard text in messages:
"THIS IS SYSTEM NOTIFICATION. DO NOT REPLY TO THIS EMAIL!"
Thanks,
Thomas

you can find it in
language/en_us/emails.php line 17
'dont reply wraning' => 'THIS IS SYSTEM NOTIFICATION. DO NOT REPLY TO THIS EMAIL!',
carefull when editing not to break the array. e.g. escape the characters '
with a backslash:
It[backslash here]'s time to respond to this email dude!
dont reply wraning
Thanks a lot, MariusRugan, it works.
Do you have an idea how to get rid of the lines
"----------------------"
"----------------------"
by which the message is enclosed?
I answer the question above by myself. For changing the formatting of email-messages, the file
ProjectPier/application/views/notifier/new_message.php
needs to be edited.