Two fixes to Create an email account caught in review of #4:
Webmail reachability. Webmail is hosted at our address (the Webmail button opens it directly), so it does not depend on the customer's domain or DNS. Replaced the incorrect "DNS for the mail subdomain may still be propagating" troubleshooting note with accurate guidance (temporary connection issue / try another network / open a ticket).
Outgoing SMTP port. Lead with port 465 (SSL/TLS) as the standard and present 587 (STARTTLS) as the alternate submission port; note that port 25 is server-to-server and should not be used from a mail client. Updated the IMAP-but-not-SMTP troubleshooting entry to match.
npm run build passes. No screenshot changes.
Two fixes to **Create an email account** caught in review of #4:
1. **Webmail reachability.** Webmail is hosted at our address (the **Webmail** button opens it directly), so it does **not** depend on the customer's domain or DNS. Replaced the incorrect "DNS for the mail subdomain may still be propagating" troubleshooting note with accurate guidance (temporary connection issue / try another network / open a ticket).
2. **Outgoing SMTP port.** Lead with **port 465 (SSL/TLS)** as the standard and present **587 (STARTTLS)** as the alternate submission port; note that port 25 is server-to-server and should not be used from a mail client. Updated the IMAP-but-not-SMTP troubleshooting entry to match.
`npm run build` passes. No screenshot changes.
- Webmail is hosted at our address (the Webmail button opens it directly), so
it does not depend on the customer's domain/DNS. Replaced the incorrect
"DNS still propagating" troubleshooting note.
- Outgoing SMTP: lead with port 465 (SSL/TLS) as the standard and present 587
(STARTTLS) as the alternate submission port; note that port 25 is for
server-to-server and shouldn't be used from a mail client. Updated the
IMAP-but-not-SMTP troubleshooting entry to match.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Two fixes to Create an email account caught in review of #4:
npm run buildpasses. No screenshot changes.