Features
Configure emails with Laravel Mail
Larasonic Demo uses Resend as our primary email provider for all transactional emails. Resend offers excellent deliverability and a modern API.
Youโre free to use a different provider, check the Laravel Mail Documentation for more options.
โ๏ธ Configuration
Add these variables to your .env
file:
๐งช Testing Emails Locally
We recommend using Mailpit for local email testing:
- Install Mailpit
- Update your
.env
:
- Emails will be caught by Mailpitโs interface at
http://localhost:8025
For more details, check out: ๐ Resend Documentation
For more details, check out: ๐ Laravel Mail Documentation