summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-04-19 16:01:41 -0400
committerFrederic Guillot <fred@kanboard.net>2015-04-19 16:01:41 -0400
commitac86c3100a1030026024c33c1cf02ec79f08ff51 (patch)
tree9b19c00122c6e405a01e7144072246cff456fe30 /app/Template
parent392133d9ba27cacab18eac2ab8b10beb846a4cca (diff)
Add Mailgun integration (incoming emails)
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/config/integrations.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Template/config/integrations.php b/app/Template/config/integrations.php
index b7dab2b4..a012b566 100644
--- a/app/Template/config/integrations.php
+++ b/app/Template/config/integrations.php
@@ -6,6 +6,12 @@
<?= $this->formCsrf() ?>
+ <h3><img src="assets/img/mailgun-icon.png"/>&nbsp;<?= t('Mailgun (incoming emails)') ?></h3>
+ <div class="listing">
+ <input type="text" class="auto-select" readonly="readonly" value="<?= $this->getCurrentBaseUrl().$this->u('webhook', 'mailgun', array('token' => $values['webhook_token'])) ?>"/><br/>
+ <p class="form-help"><a href="http://kanboard.net/documentation/mailgun" target="_blank"><?= t('Help on Mailgun integration') ?></a></p>
+ </div>
+
<h3><img src="assets/img/postmark-icon.png"/>&nbsp;<?= t('Postmark (incoming emails)') ?></h3>
<div class="listing">
<input type="text" class="auto-select" readonly="readonly" value="<?= $this->getCurrentBaseUrl().$this->u('webhook', 'postmark', array('token' => $values['webhook_token'])) ?>"/><br/>