Adicion de label para el test mail de Processmaker

This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-09-16 09:16:04 -04:00
parent abcd6efd25
commit 60de79dabc
2 changed files with 12 additions and 12 deletions

View File

@@ -515,7 +515,7 @@ class adminProxy extends HttpProxyController
case 5:
if ($SendaTestMail == 'true') {
try {
$_POST['FROM_NAME'] = 'Process Maker O.S. [Test mail]';
$_POST['FROM_NAME'] = G::LoadTranslation('ID_MESS_TEST_BODY');
$_POST['FROM_EMAIL'] = $user;
$_POST['MESS_ENGINE'] = 'PHPMAILER';
$_POST['MESS_SERVER'] = $server;

View File

@@ -185,7 +185,7 @@ switch ($request) {
if ($send_test_mail == 'yes') {
try {
//print(SUCCESSFUL.',ok');
$_POST['FROM_NAME'] = 'Process Maker O.S. [Test mail]';
$_POST['FROM_NAME'] = G::LoadTranslation('ID_MESS_TEST_BODY');
$_POST['FROM_EMAIL'] = $user;
$_POST['MESS_ENGINE'] = 'PHPMAILER';