Laravel Packages

Mail Preview Laravel Driver

Published
Mail Preview Laravel Driver image

Mohamed Said has created a new mail driver for Laravel that converts emails to files.

Installation is simple. Just require the package:

composer require themsaid/laravel-mail-preview

Add the service provider:

Themsaid\MailPreview\MailPreviewServiceProvider::class

Finally, change your mail driver to preview:

MAIL_DRIVER=preview

Now when you send emails from your Laravel app the rendered HTML and EML will be saved to the storage/email-previews folder. This way you can open it through various mail clients, your editor, or the browser for the HTML version.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article