Skip to content

Commit

Permalink
Correct port for sendgrid example.
Browse files Browse the repository at this point in the history
  • Loading branch information
BWStearns committed Jun 4, 2024
1 parent f3cc57a commit aefdb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/content/docs/the-app/mailers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aefdb2c

Please sign in to comment.