mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-11-22 02:10:11 +00:00
Updated Setup (markdown)
parent
f9044d7ff2
commit
3e2492dd2d
4
Setup.md
4
Setup.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user