mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-13 14:11:47 +08:00
This PR adds three individual changes to the self-hosting installation guide: 1. A note on DigitalOcean blocking SMTP ports 1. A preemptive bit of troubleshooting for SMTP port 465 1. A nice title! **A note on DigitalOcean blocking SMTP ports** DigitalOcean is recommended in the self-hosting guide, but they block SMTP ports in all droplets by default now. This change formally occurred in March/April 2025. You can have them unblocked, but it requires a support ticket. I added this information right below the recommendation on using DigitalOcean. **A preemptive bit of troubleshooting for SMTP port 465** I don’t have the ability to edit the email troubleshooting guide, but since the self-hosting guide has a few helpful tips on setting up your email properly, I felt this was appropriate to add as well. The TLDR is you simply can’t use port 465 without adding `DISCOURSE_SMTP_FORCE_TLS=true` to the SMTP settings in `app.yml`. It’s an easy fix once you know about it, but the two days I spent trying to get to that point were not fun! **A nice title!** The guide felt a little naked without a bold title to kick things off. |
||
|---|---|---|
| .. | ||
| ADMIN-QUICK-START-GUIDE.md | ||
| AUTHORS.md | ||
| CHANGELOG-JAVASCRIPT-PLUGIN-API.md | ||
| code-of-conduct.md | ||
| INSTALL-cloud.md | ||
| INSTALL-email.md | ||
| INSTALL.md | ||
| PLUGINS.md | ||
| SECURITY.md | ||
| TESTING.md | ||