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:
@@ -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`:
|
To use this mailer, set `type` to `smtp`, then configure these `options`:
|
||||||
|
|
||||||
- `host`: Required string. The hostname of your SMTP server.
|
- `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.
|
- `user`: Optional string. Username used for authentication.
|
||||||
- `password`: Optional string. Password for authentication.
|
- `password`: Optional string. Password for authentication.
|
||||||
- `protocol`: Optional string. Set to `tls` or `ssl` if necessary. Use
|
- `protocol`: Optional string. Set to `tls` or `ssl` if necessary. Use
|
||||||
|
|||||||
Reference in New Issue
Block a user