opnform-host-nginx/api/app/Integrations/Handlers
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
..
Events Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
AbstractIntegrationHandler.php Email spam security (#641) 2024-12-18 13:16:27 +01:00
DiscordIntegration.php On slack,discord add support for Include hidden fields (#654) 2024-12-30 11:11:17 +01:00
EmailIntegration.php Refactor Email Integration Handling 2025-01-14 13:29:09 +01:00
GoogleSheetsIntegration.php Email spam security (#641) 2024-12-18 13:16:27 +01:00
SlackIntegration.php On slack,discord add support for Include hidden fields (#654) 2024-12-30 11:11:17 +01:00
WebhookIntegration.php Email spam security (#641) 2024-12-18 13:16:27 +01:00
ZapierIntegration.php Email spam security (#641) 2024-12-18 13:16:27 +01:00