Linked emailbackup email accounts to company wide settings in firmendaten

-> To do: clean up emailbackup accounts with smtp / imap settings
This commit is contained in:
Xenomporio
2022-06-26 18:15:30 +02:00
parent e8dea5a81b
commit d59b7da9a2
4 changed files with 32 additions and 34 deletions
@@ -139,6 +139,7 @@ final class SystemMailer
&& $account->getSmtpAuthType() !== EmailBackupAccount::AUTH_GMAIL
)
) {
$mailerror_text = 'Authtype error.';
return false;
}