Updated Setup (markdown)

Harvey Tindall 2020-04-29 15:05:09 +01:00
parent f9044d7ff2
commit 3e2492dd2d

@ -27,9 +27,9 @@ After that, open the config at the path specified and get to configuring.
* `address` is the address emails will be sent from. If using SMTP, make sure this matches up with the password later on.
* `from` is the name of who you want the email sent from.
* **smtp**
* Currently, jellyfin-accounts only supports SSL/TLS SMTP. This shouldn't matter if you're using a major provider, so leave `ssl` as it is.
* Currently, jellyfin-accounts support fully secured SSL/TLS SMTP, and the less secure yet more common STARTTLS. Specify which to use through setting `encryption` to `ssl_tls` or `starttls`.
* Fill in your providers web address as `server`.
* For `port`, your provider will likely have many choices. Make sure you choose the one used for SSL/TLS, and not one for semi-secure START_TLS.
* For `port`, your provider will likely have many choices. Make sure this matches the encryption type above. Usually 465 to SSL/TLS, and 587 for STARTTLS.
* Enter the password corresponding to the `address` you entered in the `[email]` section.
* **mailgun**
* This section only needs to be modified if you've chosen it as the method up above.