@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
src/docs/user/configuration/configuring_outbound_email.diviner
··· 240 240 To use this mailer, set `type` to `smtp`, then configure these `options`: 241 241 242 242 - `host`: Required string. The hostname of your SMTP server. 243 + - `port`: Optional int. The port to connect to on your SMTP server. 243 244 - `user`: Optional string. Username used for authentication. 244 245 - `password`: Optional string. Password for authentication. 245 246 - `protocol`: Optional string. Set to `tls` or `ssl` if necessary. Use