1. Installation
Install the package via Composer:2. Configuration
Environment Variables
Add your Lettermint API token to your.env
file:
.env
Mail Configuration
Inconfig/mail.php
, add the Lettermint mailer:
mail.php
.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.