Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en-US/advanced/configuration_cheat_sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Name|Description
`SKIP_TLS_VERIFY`|Indicate whether to allow insecure certification or not.
`PAGING_NUM`|Number of webhook history that are shown in one page.

### Mailer (`mailer`)
### Mailer (`email`)

Name|Description
----|-----------
Expand All @@ -177,7 +177,7 @@ Name|Description
`SKIP_VERIFY`|Do not verify the self-signed certificates.
`FROM`|Mail from address, RFC 5322. This can be just an email address, or the `"Name" <[email protected]>` format.
`USER`|Username of mailer (usually just your e-mail address).
`PASSWD`|Password of mailer.
`PASSWORD`|Password of mailer.
`USE_PLAIN_TEXT`|Indicate whether to use `text/plain` as format of content or not.

Note: Gogs supports only SMTP with STARTTLS.
Expand Down