We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e3e3d commit 0e3d2a5Copy full SHA for 0e3d2a5
web/edit/mail/index.php
@@ -681,7 +681,8 @@
681
if (
682
$_POST["v_smtp_relay_host"] != $v_smtp_relay_host ||
683
$_POST["v_smtp_relay_user"] != $v_smtp_relay_user ||
684
- $_POST["v_smtp_relay_port"] != $v_smtp_relay_port
+ $_POST["v_smtp_relay_port"] != $v_smtp_relay_port ||
685
+ $_POST["v_smtp_relay_pass"] != ""
686
) {
687
$v_smtp_relay = true;
688
$v_smtp_relay_host = quoteshellarg($_POST["v_smtp_relay_host"]);
0 commit comments