Skip to content

Commit

Permalink
Mail testing tool supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Jun 27, 2024
1 parent f567225 commit 3e2fd10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/php/Messaging/OME.php
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ public function send(): bool
$userPart = urlencode($user) . ":" . urlencode($pass) . "@";
if ($user == '' || $pass == '') {
$userPart = "";
$portPart = "";
}
if ($host == 'default' || strpos($host, 'default?') === 0) {
$portPart = "";
Expand Down

0 comments on commit 3e2fd10

Please sign in to comment.