Skip to content
New issue

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

Mailgun webhooks #421

Open
7 tasks
dpslwk opened this issue Jul 9, 2019 · 0 comments
Open
7 tasks

Mailgun webhooks #421

dpslwk opened this issue Jul 9, 2019 · 0 comments
Assignees
Labels
2.x Will not be looked at till after 2.1

Comments

@dpslwk
Copy link
Member

dpslwk commented Jul 9, 2019

HSM2 is now using Mialgun to send outgoing emails

maingun has a web hook system that allows tracking of the following events

  • clicked
  • complained
  • delivered
  • opened
  • permanent_fail
  • temporary_fail
  • unsubscribed

Add some code to catch a deal with these
top priority would be permanet_fail as we have andromeda we could retry sending these failed emails via our own server (will need to work out defining two outgoing mail server settings in .env and config/mail.php

https://gist.github.com/paulredmond/14523d3bd8062f9ce48cdd1340b3f171

related to #314

@dpslwk dpslwk added this to the 2.1 Additional features milestone Jul 9, 2019
@dpslwk dpslwk self-assigned this Jul 9, 2019
@dpslwk dpslwk added the 2.x Will not be looked at till after 2.1 label Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Will not be looked at till after 2.1
Projects
None yet
Development

No branches or pull requests

1 participant