diff --git a/README.md b/README.md index a68eb97..5133989 100644 --- a/README.md +++ b/README.md @@ -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