You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
368 B
7 lines
368 B
This module integrates mail_tracking events with Mailgun webhooks.
|
|
|
|
Mailgun (https://www.mailgun.com/) is a service that provides an e-mail
|
|
sending infrastructure through an SMTP server or via API. You can also
|
|
query that API for seeing statistics of your sent e-mails, or provide
|
|
hooks that processes the status changes in real time, which is the
|
|
function used here.
|