[-] BO : #PSTEST-335 - Fixed problem with test email
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12237 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -38,7 +38,7 @@ $type = 'text/html';
|
||||
$to = $_POST['testEmail'];
|
||||
$from = Configuration::get('PS_SHOP_EMAIL');
|
||||
$smtpLogin = $_POST['smtpLogin'];
|
||||
$smtpPassword = urldecode($_POST['smtpPassword']);
|
||||
$smtpPassword = (!empty($_POST['smtpPassword'])) ? urldecode($_POST['smtpPassword']) : Configuration::get('PS_MAIL_PASSWD');
|
||||
$smtpPort = $_POST['smtpPort'];
|
||||
$smtpEncryption = $_POST['smtpEnc'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user