From aefdb2ced71b5c0f40eecc26ba4e2c8e124fda32 Mon Sep 17 00:00:00 2001 From: Brian Stearns Date: Mon, 3 Jun 2024 21:59:49 -0400 Subject: [PATCH] Correct port for sendgrid example. --- docs-site/content/docs/the-app/mailers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/content/docs/the-app/mailers.md b/docs-site/content/docs/the-app/mailers.md index 43c99dd39..8b6336cc3 100644 --- a/docs-site/content/docs/the-app/mailers.md +++ b/docs-site/content/docs/the-app/mailers.md @@ -72,7 +72,7 @@ mailer: # SMTP server host. e.x localhost, smtp.gmail.com host: {{/* get_env(name="MAILER_HOST", default="smtp.sendgrid.net") */}} # SMTP server port - port: 465 + port: 587 # Use secure connection (SSL/TLS). secure: true auth: