Guides
Laravel
Integrate Lettermint seamlessly with Laravel using our official mail driver. Send emails through Laravel’s built-in Mail facade with zero code changes.
1. Installation
Install the package via Composer:
2. Configuration
Environment Variables
Add your Lettermint API token to your .env
file:
.env
Mail Configuration
In config/mail.php
, add the Lettermint mailer:
mail.php
Then, enable the driver by updating the mail variables in your .env
:
.env
3. Send your first email
Send emails using Laravel’s Mail facade exactly as you normally would:
GitHub Repository
Find the complete source code, report issues, or contribute on GitHub.