1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 19:00:26 +02:00

Fixes #1673 Mailout > Preferences > Bulk Emailing method not saving correctly.

This commit is contained in:
Cameron
2016-05-29 09:27:57 -07:00
parent d1e50d65ff
commit 00e388490a

View File

@@ -1363,6 +1363,8 @@ class mailout_main_ui extends e_admin_ui
{
$temp['sendmail'] = '';
}
$temp['bulkmailer'] = $_POST['bulkmailer'];
$temp['smtp_server'] = $tp->toDB($_POST['smtp_server']);
$temp['smtp_username'] = $tp->toDB($_POST['smtp_username']);
$temp['smtp_password'] = $tp->toDB($_POST['smtp_password']);