Skip to content

Releases: dcblogdev/laravel-sent-emails

style improvements and search option added

11 Feb 20:32
Compare
Choose a tag to compare

New config options added:

Set pagination per page:

'perPage' => 10,

When no emails are found those a default message:

'noEmailsMessage' => 'No emails found.'

Pagination style fix

Pagination has been fixed for Tailwind ensuring that if this page is installed on a project that uses Bootstrap Tailwind pagination will still be used.

Added search option

You can now search for emails by Date, From, To and Subject.

image

Added support for PHP 8

14 Dec 17:27
Compare
Choose a tag to compare
v1.0.4

added support for PHP 8

Added support for Larvel 8

08 Sep 08:15
8c9d393
Compare
Choose a tag to compare
v1.0.3

added support for Laravel 8

ability to set middleware to routes

23 Jul 14:54
ff5ab26
Compare
Choose a tag to compare
Merge pull request #3 from woodspire/feature/config-route-middleware

Allow to configure route middlewares.

corrected edge case for when from is only an email address

17 Jul 01:13
Compare
Choose a tag to compare
v1.0.1

Merge branch 'master' of github.com:dcblogdev/laravel-sent-emails

initital release

12 Jul 20:05
Compare
Choose a tag to compare
v1.0.0

updated packagist urls