Skip to content

style improvements and search option added

Compare
Choose a tag to compare
@dcblogdev dcblogdev released this 11 Feb 20:32
· 53 commits to master since this release

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