@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.

Fix bad "SMTP" and "cluster.mailers" default value

Summary: See note in D19964.

Test Plan: O_o

Reviewers: amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D19966

+2 -2
+1 -1
src/applications/config/option/PhabricatorMetaMTAConfigOptions.php
··· 188 188 pht('Configuring Outbound Email'))); 189 189 190 190 return array( 191 - $this->newOption('cluster.mailers', 'cluster.mailers', null) 191 + $this->newOption('cluster.mailers', 'cluster.mailers', array()) 192 192 ->setHidden(true) 193 193 ->setDescription($mailers_description), 194 194 $this->newOption(
+1 -1
src/docs/user/configuration/configuring_outbound_email.diviner
··· 235 235 configure. 236 236 237 237 238 - Mailer: STMP 238 + Mailer: SMTP 239 239 ============ 240 240 241 241 You can use this adapter to send mail via an external SMTP server, like Gmail.