You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is the long time issue, I noticed this behavior in 2020: #4123
The reason for this bug is this code in mailout.php if (!in_array($_POST['mailer'], array('smtp', 'sendmail', 'php'))) $_POST['mailer'] = 'php';
In this file, there is no mailer field if $_POST, only bulkmailer Or it should be a hidden field with this test.
What e107 version are you using?
v2.3.3
Bug description
If you save bulkmailer preferences (f.e. smtp), your emailer preference is always set to PHP.
How to reproduce
Expected behavior
Don't change Emailer settings by saving other preferences
What browser(s) are you seeing the problem on?
Chrome / Brave
PHP Version
8.2
The text was updated successfully, but these errors were encountered: