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

Minor, also update PHPMailerLite to use quoted-printable

Summary: See T5927.

Auditors: btrahan

+1
+1
src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerLiteAdapter.php
··· 15 15 require_once $root.'/externals/phpmailer/class.phpmailer-lite.php'; 16 16 $this->mailer = new PHPMailerLite($use_exceptions = true); 17 17 $this->mailer->CharSet = 'utf-8'; 18 + $this->mailer->Encoding = 'quoted-printable'; 18 19 19 20 // By default, PHPMailerLite sends one mail per recipient. We handle 20 21 // multiplexing higher in the stack, so tell it to send mail exactly