rabianr/laravel-log-mail-driver-viewer

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

Maintainers

Package info

github.com/rabianr/laravel-log-mail-driver-viewer

Language:Blade

pkg:composer/rabianr/laravel-log-mail-driver-viewer

Statistics

Installs: 135

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.2 2023-10-24 09:40 UTC

This package is auto-updated.

Last update: 2026-02-24 14:35:36 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