mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
feat(alarms): Add possibility to use SMTP master account for system alarms. Fixes #5565.
This commit is contained in:
@@ -888,7 +888,8 @@ static const NSString *kJwtKey = @"jwt";
|
||||
toRecipients: [NSArray arrayWithObjects: toEmail, nil]
|
||||
sender: fromEmail
|
||||
withAuthenticator: [SOGoEmptyAuthenticator sharedSOGoEmptyAuthenticator]
|
||||
inContext: [self context]];
|
||||
inContext: [self context]
|
||||
systemMessage: YES];
|
||||
|
||||
if (!e) {
|
||||
response = [self responseWithStatus: 200
|
||||
|
||||
Reference in New Issue
Block a user