Send an email after a form is submitted
Created 7 years ago by edsterIs this best done as a form handler? Or does this belong somewhere else?
ryanthompson
—
7 years ago
If I use onSaved, how can I pass this access request over?
What do you mean there?
You would just use Laravel notification / or some mailer servers from the callback if you wanted.
You could also fire an event and listen to that.. but sounds like you're fine with what you said.
I ended up building a handler that fires out an email ^.^