Skip to content

Commit

Permalink
feat: added possibility to use SMTP servers without authentication (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Oct 23, 2024
1 parent 89a5d95 commit 17b7c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpmyfaq/src/phpMyFAQ/Mail/SMTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class SMTP implements MailUserAgentInterface

public function setAuthConfig(
string $server,
string $user,
string $password,
string $user = '',
string $password = '',
int $port = 25,
bool $disableTlsPeerVerification = false
): void {
Expand Down

0 comments on commit 17b7c51

Please sign in to comment.