Skip to content

Commit

Permalink
fix default port
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 20, 2023
1 parent 71bb033 commit 05c2e11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private function configureRealm(): void
'from' => $from,
'fromDisplayName' => 'Phrasea',
'host' => $mailer['host'],
'port' => $mailer['port'],
'port' => $mailer['port'] ?? '587',
'replyTo' => '',
'ssl' => false,
'starttls' => false,
Expand Down

0 comments on commit 05c2e11

Please sign in to comment.