Configuration Help
@if($provider->name === 'resend')
Resend Setup
- Go to resend.com and create an account
- Navigate to API Keys in your dashboard
- Create a new API key with sending permissions
- Copy the API key and paste it in the configuration above
@elseif($provider->name === 'mailgun')
Mailgun Setup
- Go to mailgun.com and create an account
- Add and verify your domain
- Get your domain name from the dashboard
- Get your API key from Settings > API Keys
- Endpoint is usually
api.mailgun.net
(or api.eu.mailgun.net
for EU)
@elseif($provider->name === 'sendgrid')
SendGrid Setup
- Go to sendgrid.com and create an account
- Navigate to Settings > API Keys
- Create a new API key with "Full Access" or "Mail Send" permissions
- Copy the API key and paste it in the configuration above
@elseif($provider->name === 'termii')
Termii Setup
- Go to termii.com and create an account
- Complete the verification process
- Navigate to API section in your dashboard
- Copy your API key
- Register a sender ID (this is what recipients see as sender)
@elseif($provider->name === 'twilio')
Twilio Setup
- Go to twilio.com and create an account
- Verify your phone number
- Get your Account SID and Auth Token from the console
- Purchase a phone number or use your trial number
- Enter the phone number in +1234567890 format
@elseif($provider->name === 'nexmo')
Nexmo (Vonage) Setup
- Go to vonage.com and create an account
- Navigate to API Keys in your dashboard
- Copy your API Key and API Secret
- Set up a virtual number for sending SMS
- Enter the number in +1234567890 format
@endif