- 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. |
||
|---|---|---|
| .. | ||
| Events | ||
| AbstractIntegrationHandler.php | ||
| DiscordIntegration.php | ||
| EmailIntegration.php | ||
| GoogleSheetsIntegration.php | ||
| SlackIntegration.php | ||
| WebhookIntegration.php | ||
| ZapierIntegration.php | ||