This method tries to find a HTML template file with the given name in the templateConfig,
fills it with the values from the map and returns the filled template.
This method tries to find a plain-text template file with the given name in the templateConfig,
fills it with the values from the map and returns the filled template.
This method looks for a properties file with the given name "propName".
It looks for a properties file in the following directories in this order:
client directory
mail directory
class-root
Description: This interface offers a method to replace all string-snippets
which are matching the keys of the replaceMap.
$LastChangedBy: r.reiz $
$Revision: 77 $
$Date: 2010-03-15 13:13:45 +0100 (Mon, 15 Mar 2010) $
Description: This class is responsible for sending the e-mails
$LastChangedBy: r.reiz $
$Revision: 77 $
$Date: 2010-03-15 13:13:45 +0100 (Mon, 15 Mar 2010) $
Description: This class is responsible for reading properties files
$LastChangedBy: r.reiz $
$Revision: 77 $
$Date: 2010-03-15 13:13:45 +0100 (Mon, 15 Mar 2010) $
Description: Implementation of the IMailReplacer interface.
This class offers a method to replace all string-snippets which are
matching the keys of the replaceMap.
$LastChangedBy: j.schwarz $
$Revision: 76 $
$Date: 2010-03-04 14:45:28 +0100 (Thu, 04 Mar 2010) $
Description: Implementation of the IPropertiesLoader interface.
This class is responsible to read properties files.
$LastChangedBy: r.reiz $
$Revision: 83 $
$Date: 2010-08-09 11:14:25 +0200 (Mon, 09 Aug 2010) $
Every occurence of each key in the templateText is replaced by the corresponding value.
There are two "kinds" of keys you can use:
* Keys of the (old) form ":key" will trigger the replacement of all occurences of ":key" in the templateText.
This method replaces all variables with keys like "${variable}" in the map of the templateConfig with values
found in the mail.properties having the key "variable".
This method replaces all variables with keys like "${variable}" in the email-addresses of the receivers (to, cc, bcc) with values
found in the mail.properties having the key "variable".