This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:support:email_testing [2017/09/27 10:37] Julian Le [Testing the e-mail configuration] |
en:support:email_testing [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 19: | Line 19: | ||
> TIM always sends the test mail to the email address of the user who performed the test! | > TIM always sends the test mail to the email address of the user who performed the test! | ||
+ | ---- | ||
+ | ====Adjusting the testmail's content===== | ||
+ | The testmail's content and subject can be adjusted. Therefor the following values have to be put into the **tim.properties** in the following syntax. | ||
+ | <code>LANGUAGEABBREVIATION+ _testMailSubject for the subject</code> | ||
+ | <code>LANGUAGEABBREVIATION+ _testMailContent for the content</code> | ||
+ | |||
+ | The language abbrevitaions can be found under [[en:software:tim:sprachenkuerzel | language abbrevitaions]]. It is also possible to put the general link to the system as a blocker into the content. For that just put the keyword **${BaseLink}** at the desired place. | ||
+ | If no entries can be found in the data for the current language, then German or English are used. | ||
+ | |||
+ | <note important>en_GB_testMailContent=The TIM system was correctly connected to the mail server. Direct link to the system: ${BaseLink}</note> | ||
---- | ---- | ||