SMS Setup

Twilio

  1. Go to https://www.twilio.com and login to your account

  2. Copy ACCOUNT SID & AUTH TOKEN

4. Get a phone number

5. Configure

TWILIO_SID="account_sid"

TWILIO_TOKEN="auth_token"

TWILIO_FROM="Maildoll"

Nexmo/Vonage

  1. Go to https://developer.nexmo.com and login to your account

  2. Visit https://dashboard.nexmo.com and get API key, API Secret

3. Configure

NEXMO_KEY="api_key"

NEXMO_SECRET="api_secret"

NEXMO_FROM="your_number"

Plivo

  1. Go to https://console.plivo.com/dashboard/ and login to your account

  2. Copy Auth ID & Auth Token

3. Configure

PLIVO_KEY="auth_id"

PLIVO_TOKEN="auth_token"

PLIVO_FROM="Maildoll"

PLIVO_NUMBER="plivo_number"

Last updated