summaryrefslogtreecommitdiff
path: root/app/Core/Base.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/Core/Base.php
parentc87e1fbc33416e7b2f59b98c2ffed173958b3146 (diff)
Improve email sending system and add Postmark as mail transport
Diffstat (limited to 'app/Core/Base.php')
-rw-r--r--app/Core/Base.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Core/Base.php b/app/Core/Base.php
index cb8e4487..5e179b13 100644
--- a/app/Core/Base.php
+++ b/app/Core/Base.php
@@ -11,6 +11,7 @@ use Pimple\Container;
* @author Frederic Guillot
*
* @property \Core\Helper $helper
+ * @property \Core\EmailClient $emailClient
* @property \Core\HttpClient $httpClient
* @property \Core\Paginator $paginator
* @property \Core\Request $request
@@ -22,9 +23,10 @@ use Pimple\Container;
* @property \Integration\HipchatWebhook $hipchatWebhook
* @property \Integration\Jabber $jabber
* @property \Integration\MailgunWebhook $mailgunWebhook
- * @property \Integration\PostmarkWebhook $postmarkWebhook
+ * @property \Integration\Postmark $postmark
* @property \Integration\SendgridWebhook $sendgridWebhook
* @property \Integration\SlackWebhook $slackWebhook
+ * @property \Integration\Smtp $smtp
* @property \Model\Acl $acl
* @property \Model\Action $action
* @property \Model\Authentication $authentication