From 9c8484de320858f2b86c2aa9daee012065a90e0e Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 9 Feb 2018 14:41:45 -0800 Subject: [PATCH] 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 --- src/docs/user/configuration/configuring_outbound_email.diviner | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/user/configuration/configuring_outbound_email.diviner b/src/docs/user/configuration/configuring_outbound_email.diviner index 37a344c275..5de8429c13 100644 --- a/src/docs/user/configuration/configuring_outbound_email.diviner +++ b/src/docs/user/configuration/configuring_outbound_email.diviner @@ -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