Skip to content

linksderisar/livemail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Installation

To install run the following command in your terminal:

composer require linksderisar/livemail --dev

Then run the migration

php artisan migrate

Finally, change MAIL_MAILER to livemail in your .env file:

MAIL_MAILER=livemail

image

TODO

  1. Add polling
  2. Styling
  3. Add attachments
  4. Add email source
  5. Add delete
  6. Add cleanup (delete all after x days?)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published