1
0
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:
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(
'USERNAME' =>'test-username',
'EMAIL' => 'test@email.com',
'DISPLAYNAME' => 'John Example',
'USERID' =>'555',
'MAILREF' => '123',