Page MenuHomeWolfplex

Maniphest should handle incoming mail
Open, WishlistPublic

Description

When @smug asked an update, I wanted to add a comment to a task, replying to the notification mail, but surprise it were sent by smug-noreply@...

So I sent a mail to enable this reply capability and get the message below.

It seems we've configured at our mail provider the incoming possibility, but we don't have it configured here.

Your email to Phabricator was not processed, because an error occurred while
trying to handle it:

Phabricator can not process this mail because no application knows how to
handle it. Check that the address you sent it to is correct.

(No concrete, enabled subclass of PhabricatorMailReceiver can accept this
mail.)

-- Original Message Body -----------------------------------------------------

It would be useful to reply to mail to add comment to a task.

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to Wishlist.
dereckson updated the task description. (Show Details)
dereckson added a project: Phabricator.
dereckson updated the task description. (Show Details)
dereckson added subscribers: dereckson, smug.

We have a partial configuration, for example with tasks@, I added task@.

I also allow mail to Files app: upload@ file@ or files@

Paste were already ok (paste@), as were Differential (diff@).

FYI, mailgun doesn't offer anymore incoming mail feature for free.

That could be a cool open source project, as there isn't no known alternative to parse mail and post it to an HTTP endpoint.

See also https://devcentral.nasqueron.org/T1603 for the same issue.