docs: close backtick in smtp.login_auth default cell
opening backtick had no closer in the Default column, so kramdown saw a broken cell and stopped rendering the parameters table — every row from smtp.login_auth onward (~40 rows) rendered as raw pipe-delimited text instead of HTML table cells. closes #2074
This commit is contained in:
committed by
Umputun
parent
e8b9d70061
commit
6961dc24e5
@@ -139,7 +139,7 @@ Custom OAuth2 integration currently supports only one custom provider at a time,
|
||||
| smtp.port | SMTP_PORT | | SMTP port |
|
||||
| smtp.username | SMTP_USERNAME | | SMTP user name |
|
||||
| smtp.password | SMTP_PASSWORD | | SMTP password |
|
||||
| smtp.login_auth | SMTP_LOGIN_AUTH | `false | enable LOGIN auth instead of PLAIN |
|
||||
| smtp.login_auth | SMTP_LOGIN_AUTH | `false` | enable LOGIN auth instead of PLAIN |
|
||||
| smtp.tls | SMTP_TLS | `false` | enable TLS for SMTP |
|
||||
| smtp.starttls | SMTP_STARTTLS | `false` | enable StartTLS for SMTP |
|
||||
| smtp.insecure_skip_verify | SMTP_INSECURE_SKIP_VERIFY | `false` | skip certificate verification for SMTP |
|
||||
|
||||
Reference in New Issue
Block a user