How to send Notification into email in filamentphp By smtp?
I wanaa send Notification into email in filamentphp By smtp.
5 Replies
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.
how to use it inside model ?
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.
brother , I wnaa send message when click action edite ?
I hope to understand me
He does and he sent you the correct link. This is not Filament related at all. It's default Laravel notifications that you need.