SMS Setup
Twilio
Go to https://www.twilio.com and login to your account
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
Go to https://developer.nexmo.com and login to your account
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
Go to https://console.plivo.com/dashboard/ and login to your account
Copy Auth ID & Auth Token

3. Configure

PLIVO_KEY="auth_id"
PLIVO_TOKEN="auth_token"
PLIVO_FROM="Maildoll"
PLIVO_NUMBER="plivo_number"
Last updated
Was this helpful?