
Design global layouts, compose your template, preview your emails and send them with your desired provider (SES, MailGun etc.) through intuitive and friendly API endpoint protected by your desired auth guard. Then, inspect them through logs.
- 🎨 Beautiful syntax: Explore a beautiful, expressive template syntax similar to JS thanks to Twig by Symfony.
- 🧩 Provider aware: Bring your desired provider to send email, such as Amazon SES, MailGun, SendGrid etc.
- ✨ Friendly APIs: Use a friendly and well documented API endpoint to send your emails.
- 🔐 Secure by default: Both authentication and API endpoint are always secure: use one of the pre-built auth system or bring your own.
- 📎 Attachments: Upload or retrieve attachments from a remote source such S3, Spaces etc.
- 🪄 Hackable: MailCarrier relies on Laravel and Filament, that means that over 30K packages are available to customise your MailCarrier instance.
- ⏳ Queues: You can choose whether or not to send emails in a enqueued, background jobs, to not block the user experience.
- 🪝 Webhooks: Track and receive events from your provider directly in MailCarrier.
Prerequisites: PHP 8.4, Laravel 13, Composer
curl "https://mailcarrier.app/create" | bashLearn more about the classic way.
docker run -p 80:80 -ti mailcarrier/mailcarrierLearn more about running with Docker.
composer testUpgrading from v2 to v3? See the upgrade guide.
MailCarrier ships machine-readable upgrade instructions. Paste the following prompt into your AI coding agent (Cursor, Claude Code, Codex, etc.) and it will perform the v2 → v3 upgrade for you:
Upgrade this project from MailCarrier v2 to v3 by following these instructions exactly:
https://raw.githubusercontent.com/mailcarrierapp/mailcarrier/main/ai/upgrades/v2-to-v3.md
Apply every phase in order, run the verification gate after each phase, run `composer test` at the end, and stop and report if any stop condition is hit.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.