30: Email Builder part 2
In this lesson, you will work through Email Builder part 2 as part of How to build a CMS with Filament 3 and Laravel 11 (package-development focused).
Caption excerpt: So inside the email builder, we have a configuration file here, which allows us to specify which emails we want to send out. So we could, for example, say node in new user registered email, which is triggered when someone registers a user, or for the verification email , we can say node to that, and so on. So basically, there's default configuration set out. We can also pass through different variables, such as add name and app URL, which will be accessible automatically inside the application. So outside of that,...