summaryrefslogtreecommitdiffstats
path: root/lib/MessageSystems/SparkPost.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MessageSystems/SparkPost.php')
-rw-r--r--lib/MessageSystems/SparkPost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MessageSystems/SparkPost.php b/lib/MessageSystems/SparkPost.php
index dfb4295..b1ad20a 100644
--- a/lib/MessageSystems/SparkPost.php
+++ b/lib/MessageSystems/SparkPost.php
@@ -5,7 +5,7 @@ class SparkPost {
private static $config;
private static $defaults = [
- 'host'=>'app.cloudplaceholder.com',
+ 'host'=>'api.sparkpost.com',
'protocol'=>'https',
'port'=>443,
'strictSSL'=>true,