NottingHack / NottingHack/hms2
Mailgun webhooks
Open
@dpslwk is already working on this.
Since Jul 9, 2019.
2.x
- Dominant language
- PHP
- Stars
- 14
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.