1
0
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:
Cameron
2014-10-24 14:20:56 -07:00
parent f4d21e1ff6
commit 1ab36437f4

View File

@@ -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',