implement MailApi for generating mail content

This commit is contained in:
coderkun 2014-05-25 10:16:49 +02:00
commit e89c3ad550
4 changed files with 210 additions and 1 deletions

View file

@ -34,7 +34,7 @@
'genericname' => 'The Legend of Z',
'namespace' => 'hhu\\z\\',
'timeZone' => 'Europe/Berlin',
'mailsender' => 'noreply@zyren.inf-d.de'
'mailsender' => 'questlab@hhu.de'
);
@ -47,8 +47,11 @@
public static $defaults = array(
'toplevel' => 'html',
'toplevel-error' => 'fault',
'toplevel-mail' => 'textmail',
'toplevel-htmlmail' => 'htmlmail',
'intermediate' => 'introduction',
'intermediate-error' => 'error',
'intermediate-mail' => 'mail',
'language' => 'de_DE.utf8',
'locale' => 'de-DE'
);