disciple-tools-theme icon indicating copy to clipboard operation
disciple-tools-theme copied to clipboard

Ability to handle incoming emails. (responses to no-reply emails)

Open corsacca opened this issue 5 months ago • 0 comments

When Notification emails are sent out users often reply to the email, instead of logging on to D.T to respond in the record.

The emails clearly say:

Click here to view or reply: https://dontclickme.com/contacts/3424
Do not reply directly to this email.

The admin can set a default "reply to" in the D.T settings. This would at least put someone in charge of processing the emails.

Ideally the response to the email would be logged directly on the contact record and the appropriate users notified.

How can we make this as simple as possible?

With mailgun it is possible receive the emails and forward them to an endpoint. I started with some code here: https://github.com/DiscipleTools/disciple-tools-email

I don't know if this endpoint would handle other email providers.

corsacca avatar Sep 05 '24 09:09 corsacca