How to send Notification into email in filamentphp By smtp?

I wanaa send Notification into email in filamentphp By smtp.
No description
No description
5 Replies
Jyrki
Jyrki6mo ago
You don't need the filament notifications for this, use the Laravel one https://laravel.com/docs/10.x/notifications#mail-notifications
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Alnuaimi
Alnuaimi6mo ago
how to use it inside model ?
Jyrki
Jyrki6mo ago
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Alnuaimi
Alnuaimi6mo ago
brother , I wnaa send message when click action edite ? I hope to understand me
Dennis Koch
Dennis Koch6mo ago
He does and he sent you the correct link. This is not Filament related at all. It's default Laravel notifications that you need.