Skip to content

Commit

Permalink
We have SMTP support now
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissnell committed Jun 19, 2015
1 parent 5843150 commit e75babc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

- Uses phone calls, SMS, and e-mail to send short messages to people registered with the service.
- Allows for per-user configurable contact plans (e.g., "Send me an SMS. If I don't reply within five minutes, call me on the phone. If I don't answer, keep calling back every ten minutes until I do.").
- Uses Twilio and Mailgun to handle the contacting.
- Uses Twilio and Mailgun (or your own SMTP server) to handle the contacting.

# Requirements
You'll need a Twilio account if you want to notify by voice and/or SMS. You'll need a Mailgun account if you want to notify by e-mail. Does not currently support e-mail notification by SMTP.
You'll need a Twilio account if you want to notify by voice and/or SMS. You'll need a Mailgun account or a SMTP server if you want to notify by e-mail.

# API
- **[People API](https://github.com/chrissnell/chickenlittle/blob/master/docs/PEOPLE_API.md)** - used for adding and deleting people in the system.
Expand Down

0 comments on commit e75babc

Please sign in to comment.