E-Mail Notification Controller

These are the different types of e-mail notifications that you may send through the system, and if you visit the Settings->Notifications menu of the administration panel, each e-mail notification controller is one item within the select list of types of notifications to create. You may create a new e-mail notification controller through the opus email-controller CLI command, such as.

apex opus email-controller <FILENAME>

apex opus email-controller MyShop/Notifications/ShopEmailNotifications

Using the above example, a new file will be created at /src/MyShop/Notifications/ShopEmailNotifications.php. For full details on how to develop e-mail notification controllers, please see the Create E-Mail Notifications Controller page of the documentation.