Skip to content

Commit

Permalink
Fix SMTP example
Browse files Browse the repository at this point in the history
  • Loading branch information
voronkovich committed Jul 30, 2024
1 parent 5f01364 commit 73dbab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ MAILER_DSN='sendmail://localhost?Sendmail=/usr/sbin/sendmail%20-oi%20-t'

### SMTP
```sh
MAILER_DSN='smtp://user@password@localhost?SMTPDebug=3&Timeout=1000'
MAILER_DSN='smtp://user:password@localhost?SMTPDebug=3&Timeout=1000'
```

### Gmail
Expand Down

0 comments on commit 73dbab9

Please sign in to comment.