Skip to content

Commit

Permalink
Updating documentation for getting Notify to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dunton authored and Michael Dunton committed Oct 23, 2014
1 parent b5fc6c6 commit a627654
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions applications/notify/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,29 @@ Language: en-US

# Notify *Emails notifications*

## Maintenance
## System_Config
Update smtp_client document

Example:
```
{
"_id": "smtp_client",
"default": {
"relay": "smtp.sendgrid.net",
"username": "username",
"password": "password",
"auth": "always",
"port": "587",
},
"pvt_account_id": "system_config",
"pvt_account_db": "system_config",
"pvt_created": 63581123482,
"pvt_modified": 63581123482,
"pvt_type": "config",
"pvt_node": "[email protected]"
}
```
### Update templates

sup notify_maintenance refresh_template

0 comments on commit a627654

Please sign in to comment.