Skip to content

Provider Install

Provider SDKs are optional and installed with exact tested versions. MailBridge tests these SDK pins in development, but they stay out of production dependencies until a provider is installed.

For provider-specific behavior, mappings, and caveats, see Provider Guides.

ProviderCommand
SendGridphp artisan mailbridge:install sendgrid
Amazon SESphp artisan mailbridge:install ses
Brevophp artisan mailbridge:install brevo
MailerSendphp artisan mailbridge:install mailersend
Resendphp artisan mailbridge:install resend
Postmarkphp artisan mailbridge:install postmark
Mailchimpphp artisan mailbridge:install mailchimp
Kitphp artisan mailbridge:install kit
MailerLitephp artisan mailbridge:install mailerlite
Mailgunphp artisan mailbridge:install mailgun
Mailjetphp artisan mailbridge:install mailjet

Run:

bash
php artisan mailbridge:doctor

Interactive install:

bash
php artisan mailbridge:install

The interactive command shows a terminal checklist and installs all selected provider SDKs.

Mailgun also installs exact HTTP client support packages:

bash
composer require mailgun/mailgun-php:4.4.0 symfony/http-client:7.4.8 nyholm/psr7:1.8.2

Exact SDK pins used by the installer:

ProviderComposer package
SendGridsendgrid/sendgrid:8.1.11
Amazon SESaws/aws-sdk-php:3.379.0
Brevogetbrevo/brevo-php:2.0.14
MailerSendmailersend/laravel-driver:3.1.0
Resendresend/resend-php:1.1.0
Postmarkwildbit/postmark-php:7.0.0
Mailchimpmailchimp/marketing:3.0.80 and mailchimp/transactional:1.4.1
Kitconvertkit/convertkitapi:2.4
MailerLitemailerlite/mailerlite-php:1.0.5
Mailgunmailgun/mailgun-php:4.4.0
Mailjetmailjet/mailjet-apiv3-php:1.6.6

Released under the MIT License.