diff options
author | 2024-05-27 19:03:54 +0200 | |
---|---|---|
committer | 2024-05-27 17:03:54 +0000 | |
commit | a276b1ca06ce3ebfc201b9aaf3aa8c37c98fe584 (patch) | |
tree | 861d2c9c7440fd6b602f46a3e18a55b4c31718d1 /docs/configuration | |
parent | [experiment] add alternative wasm sqlite3 implementation available via build-... (diff) | |
download | gotosocial-a276b1ca06ce3ebfc201b9aaf3aa8c37c98fe584.tar.xz |
[feature/frontend] Let admins send test email to validate SMTP config (#2934)
* [feature/frontend] Let admins send test email to validate SMTP config
* wee
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/smtp.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/smtp.md b/docs/configuration/smtp.md index d707fb291..ab6e9135d 100644 --- a/docs/configuration/smtp.md +++ b/docs/configuration/smtp.md @@ -6,6 +6,8 @@ Configuring GoToSocial to send emails is **not required** in order to have a pro In order to make GoToSocial email sending work, you need an smtp-compatible mail service running somewhere, either as a server on the same machine that GoToSocial is running on, or via an external service like [Mailgun](https://mailgun.com). It may also be possible to use a free personal email address for sending emails, if your email provider supports smtp (check with them--most do), but you might run into trouble sending lots of emails. +To validate your configuration, you can use the "Administration -> Actions -> Email" section of the settings panel to send a test email. + ## Settings The configuration options for smtp are as follows: |