rabianr/laravel-log-mail-driver-viewer

Provide a simple way to view mails logged by the log mail driver in browser.

1.2 2023-10-24 09:40 UTC

This package is auto-updated.

Last update: 2024-04-24 10:54:29 UTC


README

Installation

composer require rabianr/laravel-log-mail-driver-viewer

Configuration

Publish the config to copy the file to your own config:

php artisan vendor:publish --tag="logmailviewer"

Set mail driver and mail log channel in .env file.

APP_DEBUG=true
MAIL_MAILER=log
MAIL_LOG_CHANNEL=logmailviewer

Usage

Access viewer at

https://<domain>/_maillog