From 28697d0ba08337f597c69f22170570bd55fd45ab Mon Sep 17 00:00:00 2001 From: Marcus Kempe Date: Fri, 3 Dec 2021 22:56:34 +0100 Subject: [PATCH] Add MailgunEurope Add Mailgun Europe region: smtp.eu.mailgun.org --- services.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services.json b/services.json index 70379ca..656a2e7 100644 --- a/services.json +++ b/services.json @@ -122,6 +122,12 @@ "port": 465, "secure": true }, + + "MailgunEurope": { + "host": "smtp.eu.mailgun.org", + "port": 465, + "secure": true + }, "Mailjet": { "host": "in.mailjet.com",