mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Added default value for {EMAIL} to mail template preview.
This commit is contained in:
parent
f4d21e1ff6
commit
1ab36437f4
@ -620,6 +620,7 @@ class mailout_main_ui extends e_admin_ui
|
||||
'shortcodes' => array(
|
||||
|
||||
'USERNAME' =>'test-username',
|
||||
'EMAIL' => 'test@email.com',
|
||||
'DISPLAYNAME' => 'John Example',
|
||||
'USERID' =>'555',
|
||||
'MAILREF' => '123',
|
||||
|
Loading…
x
Reference in New Issue
Block a user