From fae9c97f69674a4796a3f27d79f3b58b8818ff0f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 3 Sep 2014 12:13:44 -0400 Subject: [PATCH] StreamSend Account Info Setting up correct streamsend account creds --- config/application.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/application.ini b/config/application.ini index 90d0e37..97f010a 100644 --- a/config/application.ini +++ b/config/application.ini @@ -20,9 +20,9 @@ contactdb.html_email = "ON" ; Turn on the streamsend module to use with our contact application contactdb.streamsend.application = On ; Login id for the streamsend account -contactdb.streamsend.login = "J01jwSGuu5nK" +contactdb.streamsend.login = "aum3lxkypBlC" ; Transaction key for the streamsend account -contactdb.streamsend.key = "6Te2uojLrWNNezPR" +contactdb.streamsend.key = "DKpI4YPkpGXDnbpS" ; Streamsend account name contactdb.streamsend.account_name = "StIgnace Budget Host" ; Streamsend audience number -- 2.17.1