filament-email icon indicating copy to clipboard operation
filament-email copied to clipboard

Log emails in your Filament project

Results 5 filament-email issues
Sort by recently updated
recently updated
newest added

### Details This allows us to disable the scheduled command `model:prune` introduced by this package. This is needed for cases where we want to add a `->doNotMonitor()` (from [spatie/laravel-schedule-monitor](https://github.com/spatie/laravel-schedule-monitor/blob/main/config/schedule-monitor.php)) to...

Ideally adding the model sending the email and the model_id would then mean we can have email transactions for the model. I built something similar whereby we store the id...

enhancement
question

In case of project with multi database connection, we need the ability to specify the database connection. also we usually, create separate db, for activity logs and other monitoring, and...

enhancement

### What happened? ## Descripción del problema Al intentar instalar y utilizar el plugin `rickdbcn/filamento-email` con Laravel 11 y Filament v3, se produce un error de incompatibilidad de tipos en...

bug

### What happened? When using an other user tenant relationship than teams it throws this error: ` Call to a member function newCollection() on null ` When I change the...

bug