Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Update reamde
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Jun 5, 2016
1 parent 832f9ba commit 3b0a84f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Author
- Frederic Guillot
- License MIT

Requirements
------------

- Kanboard >= 1.0.29
- Mailgun API credentials

Installation
------------

Expand All @@ -28,6 +34,13 @@ Note: Plugin folder is case-sensitive.
Use Mailgun to send emails
---------------------------

### Use the user interface

- Set the API credentials in **Settings > Integrations > Mailgun**
- Set the mail transport in **Settings > Email Settings**

### Use the config file

Define those constants in your `config.php` file to send notifications with Mailgun:

```php
Expand All @@ -44,8 +57,6 @@ define('MAILGUN_DOMAIN', 'YOUR_DOMAIN_CONFIGURED_IN_MAILGUN');
define('MAIL_FROM', '[email protected]');
```

You can also define the token is the application settings.

Use Mailgun to create tasks from emails
----------------------------------------

Expand Down

0 comments on commit 3b0a84f

Please sign in to comment.