1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Added constant for mail-id header.

This commit is contained in:
Cameron
2014-10-23 04:35:42 -07:00
parent 8ec1569a4f
commit 0d4e4201e0
4 changed files with 14 additions and 5 deletions

View File

@@ -447,6 +447,7 @@ class mailout_main_ui extends e_admin_ui
$sendto = trim($_POST['testaddress']);
$eml = array(
'e107_header' => 9999999,
'subject' => LAN_MAILOUT_113." ".$add,
'body' => str_replace("[br]", "\n", LAN_MAILOUT_114),
'template' => vartrue($_POST['testtemplate'],null),