From f814d7ec1df5873882dbf1c1046c1e12f3d432fd Mon Sep 17 00:00:00 2001 From: Dirk Spannaus Date: Thu, 24 Jan 2019 08:38:35 +0100 Subject: [PATCH] Update SparkPost.php --- lib/SparkPost/SparkPost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SparkPost/SparkPost.php b/lib/SparkPost/SparkPost.php index b3a9e36..6a3ebd4 100644 --- a/lib/SparkPost/SparkPost.php +++ b/lib/SparkPost/SparkPost.php @@ -34,7 +34,7 @@ class SparkPost * Default options for requests that can be overridden with the setOptions function. */ private static $defaultOptions = [ - 'host' => 'api.sparkpost.com', + 'host' => 'api.eu.sparkpost.com', 'protocol' => 'https', 'port' => 443, 'key' => '',