Download the PHP package stevelacey/laravel-mail-preview without Composer
On this page you can find all versions of the php package stevelacey/laravel-mail-preview. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stevelacey/laravel-mail-preview
More information about stevelacey/laravel-mail-preview
Files in stevelacey/laravel-mail-preview
Package laravel-mail-preview
Short Description Adds a 'preview' mail driver for testing emails in Laravel.
License MIT
Homepage https://github.com/stevelacey/laravel-preview-mail
Informations about the package laravel-mail-preview
Laravel Mail Preview
This package introduces a new preview
mail driver for Laravel that when selected will render the content of the
sent email and save it as both .html
and .eml
files.
Installation
Begin by installing the package through Composer. Run the following command in your terminal:
Then publish the config file:
Finally, change MAIL_DRIVER
to preview
in your .env
file:
How it works
Everytime an email is sent, an .html
and .eml
file will be generated in storage/email-previews
with a name that includes the first recipient and the subject:
You can open the .html
file in a web browser, or open the .eml
file in your default email client to have a realistic look
at the final output.
Preview in a web browser
When you open the .html
file in a web browser you'll be able to see how your email will look, however there might be
some differences that varies from one email client to another.
All versions of laravel-mail-preview with dependencies
illuminate/support Version *
illuminate/mail Version *
illuminate/filesystem Version *