implement MailAgent and use it for user and Character registration
This commit is contained in:
parent
5a0a07fccc
commit
d6bb882bb6
8 changed files with 183 additions and 31 deletions
3
views/textmail/mail/userregistration.tpl
Normal file
3
views/textmail/mail/userregistration.tpl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?=_('A new user has been registered')?>: <?=$user['username']?>
|
||||
|
||||
<?php if(!is_null($linker)) : ?><?=$linker->link(array('users',$user['url']),0,false,null,false,null,true)?><?php endif ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue