From f2abf339120751f11f729606b46927332f886a1d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 13 Jun 2015 13:17:16 -0400 Subject: Add Sendgrid as mail transport --- app/constants.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/constants.php') diff --git a/app/constants.php b/app/constants.php index 0b934569..9b66b746 100644 --- a/app/constants.php +++ b/app/constants.php @@ -67,6 +67,8 @@ defined('MAIL_SENDMAIL_COMMAND') or define('MAIL_SENDMAIL_COMMAND', '/usr/sbin/s defined('POSTMARK_API_TOKEN') or define('POSTMARK_API_TOKEN', ''); defined('MAILGUN_API_TOKEN') or define('MAILGUN_API_TOKEN', ''); defined('MAILGUN_DOMAIN') or define('MAILGUN_DOMAIN', ''); +defined('SENDGRID_API_USER') or define('SENDGRID_API_USER', ''); +defined('SENDGRID_API_KEY') or define('SENDGRID_API_KEY', ''); // Enable or disable "Strict-Transport-Security" HTTP header defined('ENABLE_HSTS') or define('ENABLE_HSTS', true); -- cgit v1.2.3