From f99a3c501fd6ed7b4914b8d6e855489c2ce5b219 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 16 Oct 2015 20:50:12 -0400 Subject: Make mail transports pluggable and move integrations to plugins - Postmark: https://github.com/kanboard/plugin-postmark - Mailgun: https://github.com/kanboard/plugin-mailgun - Sendgrid: https://github.com/kanboard/plugin-sendgrid --- app/Core/Base.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'app/Core/Base.php') diff --git a/app/Core/Base.php b/app/Core/Base.php index 331b67e3..76723e8f 100644 --- a/app/Core/Base.php +++ b/app/Core/Base.php @@ -11,7 +11,7 @@ use Pimple\Container; * @author Frederic Guillot * * @property \Kanboard\Core\Helper $helper - * @property \Kanboard\Core\EmailClient $emailClient + * @property \Kanboard\Core\Mail\Client $emailClient * @property \Kanboard\Core\HttpClient $httpClient * @property \Kanboard\Core\Paginator $paginator * @property \Kanboard\Core\Request $request @@ -29,11 +29,7 @@ use Pimple\Container; * @property \Kanboard\Integration\GitlabWebhook $gitlabWebhook * @property \Kanboard\Integration\HipchatWebhook $hipchatWebhook * @property \Kanboard\Integration\Jabber $jabber - * @property \Kanboard\Integration\Mailgun $mailgun - * @property \Kanboard\Integration\Postmark $postmark - * @property \Kanboard\Integration\Sendgrid $sendgrid * @property \Kanboard\Integration\SlackWebhook $slackWebhook - * @property \Kanboard\Integration\Smtp $smtp * @property \Kanboard\Formatter\ProjectGanttFormatter $projectGanttFormatter * @property \Kanboard\Formatter\TaskFilterGanttFormatter $taskFilterGanttFormatter * @property \Kanboard\Formatter\TaskFilterAutoCompleteFormatter $taskFilterAutoCompleteFormatter -- cgit v1.2.3