opnform-host-nginx/api
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
..
app Refactor Email Integration Handling 2025-01-14 13:29:09 +01:00
bootstrap Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
config Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
database Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
public Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
resources Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
routes Enhance Form Submission Export Functionality (#657) 2025-01-07 15:04:02 +01:00
storage Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
tests Refactor Email Integration Handling 2025-01-14 13:29:09 +01:00
.env.docker GH issue template, docker cache fix, remove docker client entrypoint 2024-09-04 11:19:03 +02:00
.env.example Add reCAPTCHA support and update captcha provider handling (#647) 2024-12-18 16:35:09 +01:00
.gitignore Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
_ide_helper_models.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
artisan Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
composer.json Reduce docker api image size, fix issues 2024-08-28 15:20:39 +02:00
composer.lock Custom SMTP Settings (#561) 2024-09-24 12:16:20 +02:00
phpunit.xml Email spam security (#641) 2024-12-18 13:16:27 +01:00
pint.json Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
server.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
vapor.yml Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00