Skip to content

Commit

Permalink
Align tables
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanugoel committed Apr 3, 2017
1 parent ddb1998 commit 6570eb9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ filters:
## Rules
Currently, below rules are supported. These can be specified under a `rules` block.


| Rule Keyword | Value |
|--------------+------------------------------------------------------------------------------|
|--------------|------------------------------------------------------------------------------|
| to | Any email id which should exactly match the "To" field in the incoming email |


## Plugin Settings

### join
Expand All @@ -179,8 +179,9 @@ This plugin sends a push notification to your devices using the [Join](https://j

Options:


| Option Keyword | Mandatory / Optional | Default Value | Comment |
|----------------+----------------------+---------------+-------------------------------------------------------------|
|----------------|----------------------|---------------|-------------------------------------------------------------|
| apikey | Mandatory | None | Your API key from [here](https://joinjoaomgcd.appspot.com/) |
| deviceId | Optional | group.all | See valid options [here](https://joaoapps.com/join/api/) |
| title | Optional | Email Subject | See valid options [here](https://joaoapps.com/join/api/) |
Expand All @@ -190,8 +191,9 @@ Options:

This plugin allows to run any arbitrary command or script on your local system on which email-actions server is running.


| Option Keyword | Mandatory / Optional | Default Value | Comment |
|----------------+----------------------+------------------+--------------------------------------------------------------------------------------------------|
|----------------|----------------------|------------------|--------------------------------------------------------------------------------------------------|
| cmd | Mandatory | None | Full path to the command to be run. Don't include arguments. Enclose in quotes if space in path |
| args | Optional | Empty list | List of arguments to be passed to command, 1 on each line. |
| env | Optional | Empty dictionary | Key value pair of custom environment variables for the external command/script. One on each line |
Expand All @@ -200,8 +202,9 @@ This plugin allows to run any arbitrary command or script on your local system o

This plugin allows to forward the incoming email further to an upstream smtp server


| Option Keyword | Mandatory / Optional | Default Value | Comment |
|----------------+----------------------+---------------+------------------------------------------------------------------|
|----------------|----------------------|---------------|------------------------------------------------------------------|
| host | Mandatory | None | Provide hostname or ip of your upstream smtp server |
| port | Optional | 25 | Port for upstream smtp server |
| username | Optional | None | username if required |
Expand Down

0 comments on commit 6570eb9

Please sign in to comment.