SMS Text Message Sender using https://www.twilio.com/
To use their service you have to register first. It is possible to register a trial account for free.
You can find all the required information on the DashBoard tab and the Numbers tab.
- TWILIO_ACCOUNT_SID
- TWILIO_AUTH_TOKEN
- TWILIO_SMS_TO_NUMBER # in E.164 format http://en.wikipedia.org/wiki/E.164 (i.e. without hyphens)
- TWILIO_SMS_FROM_NUMBER # in E.164 format http://en.wikipedia.org/wiki/E.164 (i.e. without hyphens)
- TWILIO_SMS_MESSAGE
- TWILIO_SMS_MEDIA # optional
TODO