Skip to content
This repository has been archived by the owner on Dec 2, 2017. It is now read-only.

Commit

Permalink
Added documentation for sendmail #355 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
couling authored and lunny committed Jan 5, 2017
1 parent 2f16b65 commit f9665c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/doc/advanced/config-cheat-sheet.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ Any configuration option that is marked by :exclamation: means that you should k
- `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.
- `SKIP_VERIFY`: Do not verify the self-signed certificates.
- `SKIP_VERIFY`: Do not verify the self-signed certificates.
- `USE_SENDMAIL`: Use the operating system's `sendmail` command instead of SMTP. This is common on linux systems. Valid values are `true` to use sendmail and `false` to use SMTP (default). Note that enabling sendmail will ignore all other `mailer` settings except `ENABLED`, `FROM` and `SENDMAIL_PATH`.
- `SENDMAIL_PATH`: The location of sendmail on the operating system. This can be an absolute path (eg: `/usr/sbin/sendmail`) or just the name of the command (eg: `sendmail` - default) if it can be found in the `PATH` environment variable.

Note: Actually, Gitea supports only SMTP with STARTTLS.

Expand Down

0 comments on commit f9665c3

Please sign in to comment.