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 a9e6315 commit 96cdd0aCopy full SHA for 96cdd0a
interface/web/mail/mail_transport_edit.php
@@ -82,7 +82,7 @@ function onShowEnd() {
82
}
83
if(!empty($tmp_parts[2])) {
84
$dest = @$tmp_parts[1].':'.@$tmp_parts[2];
85
- } elseif(!empty($tmp_parts[1])) {
+ } elseif(!empty($tmp_parts[1]) || $this->dataRecord["transport"] == ":") {
86
$dest = $tmp_parts[1];
87
} else {
88
$dest = $this->dataRecord["transport"];
0 commit comments