From 1bced3c2be02113e072ccdab31394d89f5b8193d Mon Sep 17 00:00:00 2001
From: Stephen Glombicki <github@sglombicki.com>
Date: Fri, 2 Aug 2024 12:13:57 -0500
Subject: [PATCH] Update smtp.md

Made the smtp URL make more sense, filling in what the letters mean
---
 docs/content/providers/emails/smtp.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/providers/emails/smtp.md b/docs/content/providers/emails/smtp.md
index 2acb547c1..6775b42b8 100644
--- a/docs/content/providers/emails/smtp.md
+++ b/docs/content/providers/emails/smtp.md
@@ -16,5 +16,5 @@ email:
   provider:
     name: 'emails/smtp'
     options:
-      smtpUrl: 'smtp://a:b@example.com'
+      smtpUrl: 'smtp://{USERNAME}:{PASSWORD}@{DOMAIN}'
 ```