Select the types of activity you want to include in your feed.
@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
···1515 require_once $root.'/externals/phpmailer/class.phpmailer-lite.php';
1616 $this->mailer = new PHPMailerLite($use_exceptions = true);
1717 $this->mailer->CharSet = 'utf-8';
1818+ $this->mailer->Encoding = 'quoted-printable';
18191920 // By default, PHPMailerLite sends one mail per recipient. We handle
2021 // multiplexing higher in the stack, so tell it to send mail exactly