freekmurze / freek-dev-comments

2 stars 0 forks source link

1891-a-mail-driver-to-quickly-preview-mail-in-laravel-apps #71

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

A mail driver to quickly preview mail in Laravel apps - Freek Van der Herten's blog on PHP, Laravel and JavaScript

https://freek.dev/1891-a-mail-driver-to-quickly-preview-mail-in-laravel-apps

trippo commented 3 years ago

How to use only in local development?

kurucu commented 3 years ago

This is very nifty! Might even be able to remove MailHog.

BrendanTWhite commented 2 years ago

@trippo to use only in local development, just install it like this instead: composer require-dev spatie/laravel-mail-preview

FranciscoCaldeira commented 2 years ago

it is a bit different, but do you have anything to Previewing Multiple Mailables In The Browser? Only one url?