Features
Emails
Mailgun, Postmark, Amazon SES, Resend, and more.
Emails are sent using Laravel’s built-in Mail functionality, which supports various mailers including SMTP, Mailgun, Postmark, Amazon SES, Resend, and more. To get started, configure your mail settings in the .env
file.
Larafast uses Resend as our default email provider.
Configuration
Notifications
Larafast comes with 6 transactional notifications:
- Magic link notifications
- Password reset notifications
- Email verification notifications
- Order Created notifications
- Subscription Created notifications
- Welcome notifications
You can find these in resources/views/emails
.
For more information on how to customize these notifications, see the Laravel Notifications documentation and Laravel Mail documentation.