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