feat(mail): introduce MailService for tenant-specific SMTP handling and update related tests
This commit is contained in:
@@ -47,6 +47,8 @@ class TenantIntegrationService
|
||||
protected function resolveService(string $integrationCode): ?BaseIntegrationService
|
||||
{
|
||||
switch ($integrationCode) {
|
||||
case 'email':
|
||||
return new MailService;
|
||||
case 'telepagos':
|
||||
case 'telepagos_homo':
|
||||
return new TelepagosIntegrationService($integrationCode);
|
||||
|
||||
Reference in New Issue
Block a user