You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update SMTP configuration in notifications docs
Fix inconsistency in documentation for SMTP settings between UI and docs:
- Update email-smarthost description to include port format
- Fix incorrect reference to CODER_NOTIFICATIONS_EMAIL_FORCE_TLS
Fixes#16206
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
| - |`--email-force-tls`|`CODER_EMAIL_FORCE_TLS`|`bool`| Force a TLS connection to the configured SMTP smarthost. If port 465 is used, TLS will be forced. See <https://datatracker.ietf.org/doc/html/rfc8314#section-3.3>. | false |
118
-
| - |`--email-tls-starttls`|`CODER_EMAIL_TLS_STARTTLS`|`bool`| Enable STARTTLS to upgrade insecure SMTP connections using TLS. Ignored if `CODER_NOTIFICATIONS_EMAIL_FORCE_TLS` is set. | false |
118
+
| - |`--email-tls-starttls`|`CODER_EMAIL_TLS_STARTTLS`|`bool`| Enable STARTTLS to upgrade insecure SMTP connections using TLS. Ignored if `CODER_EMAIL_FORCE_TLS` is set. | false |
119
119
| - |`--email-tls-skip-verify`|`CODER_EMAIL_TLS_SKIPVERIFY`|`bool`| Skip verification of the target server's certificate (**insecure**). | false |
120
120
| - |`--email-tls-server-name`|`CODER_EMAIL_TLS_SERVERNAME`|`string`| Server name to verify against the target certificate. ||
121
121
| - |`--email-tls-cert-file`|`CODER_EMAIL_TLS_CERTFILE`|`string`| Certificate file to use. ||
0 commit comments