Email when task completed
Hi search on youtube but i dont see anything how i can do custom email?
5 Replies
Could you explain what are you trying to do?
Check the Laravel docs for how to send Mail/Notifications.
"When task completed"We don't know your codebase and you didn't add any explanation when this is the case, so nobody can answer it. But you can either manually trigger it or based on an event.
Sorry, lets say i have ticketing system when i want to submit the form with the status completed i want it to also send an email tothe one who made the ticket.
You could use the
afterCreate
lifecycle hook for example:
https://filamentphp.com/docs/3.x/panels/resources/creating-records#lifecycle-hooks