Skip to content

A mail catcher built into laravel

Notifications You must be signed in to change notification settings

mohd-e-mustafa/mailbase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Laravel Mail Catcher Driver

This package include a new mailbase driver which will catch all the sent emails and save it to the database. It then exposes a route /mailbase which you can visit to preview all the mails.

Mailbase preview

Installation

To install run the following command in your terminal:

composer require tkeer/mailbase --dev

Then run the migration

php artisan migrate

Finally, change MAIL_DRIVER to mailbase in your .env file:

MAIL_DRIVER=mailbase

Usage

Clearing Saved Emails

If you want to clear any of the saved emails that are in the database, use the following command:

php artisan mailbase:clear

About

A mail catcher built into laravel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 57.6%
  • HTML 42.4%