diff --git a/docs/content/docs/(guides)/apps/emails.mdx b/docs/content/docs/(guides)/apps/emails.mdx index ca940fc1c..5250e49df 100644 --- a/docs/content/docs/(guides)/apps/emails.mdx +++ b/docs/content/docs/(guides)/apps/emails.mdx @@ -141,7 +141,7 @@ For production, configure your own SMTP server through the dashboard: - Select "Custom SMTP server" as your email server type - Configure the following settings: - **Host**: Your SMTP server hostname (e.g., `smtp.yourprovider.com`) - - **Port**: SMTP port (typically 587 for TLS or 465 for SSL) + - **Port**: SMTP port (typically 587 for STARTTLS, or 465/2465 for implicit TLS) - **Username**: Your SMTP username - **Password**: Your SMTP password - **Sender Email**: The email address emails will be sent from