From 73dbab9312d3e455a901cf04540e8047450d50e8 Mon Sep 17 00:00:00 2001 From: Oleg Voronkovich Date: Wed, 31 Jul 2024 00:29:53 +0300 Subject: [PATCH] Fix SMTP example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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