We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: