diff options
author | emkael <emkael@tlen.pl> | 2017-03-15 16:23:49 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-03-15 16:47:19 +0100 |
commit | 56c881aeed4289d5786ea81931d7b7cfb2e4dff8 (patch) | |
tree | 61587fb4e9da6aa1b13ce88883fdf966276a971e /app/frontend/mail/config.xml | |
parent | 6e4a24c7d60175fcfb029cdd3b178a7b5f079aaf (diff) |
* mail template for activation link message
Diffstat (limited to 'app/frontend/mail/config.xml')
-rw-r--r-- | app/frontend/mail/config.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/frontend/mail/config.xml b/app/frontend/mail/config.xml index 366e763..14ad6ab 100644 --- a/app/frontend/mail/config.xml +++ b/app/frontend/mail/config.xml @@ -5,6 +5,10 @@ class="Application.mail.MailModule" ConfigPath="Application.mail.config" TemplatePath="Application.mail.templates" - TranslationCatalogue="messages" /> + TranslationCatalogue="messages"> + <mail-queue> + <template id="activation-link" /> + </mail-queue> + </module> </modules> </configuration> |