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