mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Document the STMP port option
Summary: Ref T12677. This slipped thorugh in the upgrade. Test Plan: Read documentation. Maniphest Tasks: T12677 Differential Revision: https://secure.phabricator.com/D19052
This commit is contained in:
parent
4fef0a6128
commit
9c8484de32
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ You can use this adapter to send mail via an external SMTP server, like Gmail.
|
|||
To use this mailer, set `type` to `smtp`, then configure these `options`:
|
||||
|
||||
- `host`: Required string. The hostname of your SMTP server.
|
||||
- `port`: Optional int. The port to connect to on your SMTP server.
|
||||
- `user`: Optional string. Username used for authentication.
|
||||
- `password`: Optional string. Password for authentication.
|
||||
- `protocol`: Optional string. Set to `tls` or `ssl` if necessary. Use
|
||||
|
|
Loading…
Reference in a new issue