opnform-host-nginx/api/app/Notifications/Forms
Julien Nahum e3fd709326 Refactor Email Integration Handling
- Removed the AbstractEmailIntegrationHandler class to streamline email integration logic.
- Updated EmailIntegration class to extend AbstractIntegrationHandler instead of the removed class.
- Modified FormEmailNotification to handle mailer configuration internally, eliminating the need to pass the mailer as a parameter.

These changes enhance the clarity and maintainability of the email integration process by consolidating configuration logic and reducing class dependencies.
2025-01-14 13:29:09 +01:00
..
FormEmailNotification.php Refactor Email Integration Handling 2025-01-14 13:29:09 +01:00
MobileEditorEmail.php Send mobile editor email (#634) 2024-12-12 11:19:09 +01:00