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

mailgun support messageids. supportsMessageIDHeader accidentally returned false.

Summary: The adapter was mostly copy-paste, and I missed the supportsMessageIDHeader stuff.

Test Plan: Sent a message, checked headers.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

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

authored by

Tal Shiri and committed by
epriestley
6f82725a 30298376

+1 -1
+1 -1
src/applications/metamta/adapter/PhabricatorMailImplementationMailgunAdapter.php
··· 68 68 } 69 69 70 70 public function supportsMessageIDHeader() { 71 - return false; 71 + return true; 72 72 } 73 73 74 74 public function send() {