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

Add missing $mailer property to PhabricatorMailImplementationPHPMailerAdapter

Fixes T8541.

Auditors: joshuaspence

+2
+2
src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerAdapter.php
··· 3 3 final class PhabricatorMailImplementationPHPMailerAdapter 4 4 extends PhabricatorMailImplementationAdapter { 5 5 6 + private $mailer; 7 + 6 8 /** 7 9 * @phutil-external-symbol class PHPMailer 8 10 */