What steps will reproduce the problem?
1. Create a new user and issue a welcome message
What is the expected output? What do you see instead?
The message should translate all tokens from the template into meaningful data
fields. But the standard templates contain the token {!OpenQWAQ.Support} for
the support email address. In the Smalltalk code, the token is called
OpenQwaq.Support - the translations is case sensitive, so the current message
is sent out with the token rather than the email address.
What version of the product are you using? On what operating system?
OQ Server 1.0.1
Please provide any additional information below.
Simple solution is to change the email templates to use {!OpenQwaq.Support} for
including the support email address.
Original issue reported on code.google.com by
david.s....@gmail.comon 23 Sep 2011 at 1:08