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:
@@ -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']);
|
||||
|
Reference in New Issue
Block a user