From 00e388490aefde8df40891a65367165870be4810 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 29 May 2016 09:27:57 -0700 Subject: [PATCH] Fixes #1673 Mailout > Preferences > Bulk Emailing method not saving correctly. --- e107_admin/mailout.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e107_admin/mailout.php b/e107_admin/mailout.php index ba59d264f..e795c9cad 100644 --- a/e107_admin/mailout.php +++ b/e107_admin/mailout.php @@ -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']);