From: Laury GvR Date: Wed, 25 Sep 2019 20:22:31 +0000 (-0400) Subject: Replace all sales@ addresses with clientsuppport@ X-Git-Tag: v1.0.1^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bee5753a925e2f0639740ef1faf58b83913af59c;p=WP-Plugins%2Fglm-support-form.git Replace all sales@ addresses with clientsuppport@ --- diff --git a/glm-support-form.php b/glm-support-form.php index f1199e8..274ffd1 100644 --- a/glm-support-form.php +++ b/glm-support-form.php @@ -11,8 +11,8 @@ define('GLM_SUPPORT_PLUGIN_FILE_PATH', __FILE__); define('GLM_SUPPORT_SUBJECT', 'Support Form'); define('GLM_SUPPORT_SUPPORT_EMAIL', 'support-form@gaslightmedia.com'); -define('GLM_SUPPORT_WEB', 'sales@gaslightmedia.com'); -define('GLM_SUPPORT_SALES', 'sales@gaslightmedia.com'); +define('GLM_SUPPORT_WEB', 'clientsupport@gaslightmedia.com'); +define('GLM_SUPPORT_SALES', 'clientsupport@gaslightmedia.com'); define('GLM_SUPPORT_PROGRAMMING', 'programming@gaslightmedia.com'); define('GLM_SUPPORT_NETWORKING', 'networking@gaslightmedia.com'); define('GLM_SUPPORT_BILLING', 'billing@gaslightmedia.com');