This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,12 @@ Author | |
- Frederic Guillot | ||
- License MIT | ||
|
||
Requirements | ||
------------ | ||
|
||
- Kanboard >= 1.0.29 | ||
- Mailgun API credentials | ||
|
||
Installation | ||
------------ | ||
|
||
|
@@ -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 | ||
|
@@ -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 | ||
---------------------------------------- | ||
|
||
|