summaryrefslogtreecommitdiff
path: root/app/constants.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-06 14:10:31 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-06 14:10:31 -0400
commit9d9e3afba2054bfa23ba6f019b7c8885c2d8415e (patch)
tree1113e318c3d5e15bed48480f90f5498347343783 /app/constants.php
parentc87e1fbc33416e7b2f59b98c2ffed173958b3146 (diff)
Improve email sending system and add Postmark as mail transport
Diffstat (limited to 'app/constants.php')
-rw-r--r--app/constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/constants.php b/app/constants.php
index df57fe30..b487e0bd 100644
--- a/app/constants.php
+++ b/app/constants.php
@@ -64,6 +64,7 @@ defined('MAIL_SMTP_USERNAME') or define('MAIL_SMTP_USERNAME', '');
defined('MAIL_SMTP_PASSWORD') or define('MAIL_SMTP_PASSWORD', '');
defined('MAIL_SMTP_ENCRYPTION') or define('MAIL_SMTP_ENCRYPTION', null);
defined('MAIL_SENDMAIL_COMMAND') or define('MAIL_SENDMAIL_COMMAND', '/usr/sbin/sendmail -bs');
+defined('POSTMARK_API_TOKEN') or define('POSTMARK_API_TOKEN', '');
// Enable or disable "Strict-Transport-Security" HTTP header
defined('ENABLE_HSTS') or define('ENABLE_HSTS', true);