From 58cce0082931b2fc8a2002e5acd8b4bf56699741 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 11 Apr 2016 05:01:02 -0700 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b63d4ed0..2895be07 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ Mailtrain uses webhooks integration to detect bounces and spam complaints. Curre * **SendGrid** – use `http://domain/webhooks/sendgrid` as the webhook URL for bounces and complaints * **Mailgun** – use `http://domain/webhooks/mailgun` as the webhook URL for bounces and complaints +Additionally Mailtrain (v1.1+) is able to use VERP-based bounce handling. This would require to have a compatible SMTP relay (the services mentioned above strip out or block VERP addresses in the SMTP envelope) and you also need to set up special MX DNS name that points to your Mailtrain installation server. + ## License **GPL-V3.0**