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/Template/config/integrations.php | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'app/Template/config/integrations.php') diff --git a/app/Template/config/integrations.php b/app/Template/config/integrations.php index 4e24a270..b454fa86 100644 --- a/app/Template/config/integrations.php +++ b/app/Template/config/integrations.php @@ -6,6 +6,8 @@ form->csrf() ?> + hook->render('template:config:integrations', array('values' => $values)) ?> +


@@ -24,24 +26,6 @@

url->doc(t('Help on Gitlab authentication'), 'gitlab-authentication') ?>

-

 

-
-
-

url->doc(t('Help on Mailgun integration'), 'mailgun') ?>

-
- -

 

-
-
-

url->doc(t('Help on Sendgrid integration'), 'sendgrid') ?>

-
- -

 

-
-
-

url->doc(t('Help on Postmark integration'), 'postmark') ?>

-
-

 

form->checkbox('integration_gravatar', t('Enable Gravatar images'), 1, $values['integration_gravatar'] == 1) ?> -- cgit v1.2.3