mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
feat(alarms): Add possibility to use SMTP master account for system alarms. Fixes #5565.
This commit is contained in:
@@ -697,7 +697,8 @@ static NSString *mailETag = nil;
|
||||
toRecipients: [NSArray arrayWithObject: email]
|
||||
sender: [self _matchingIdentityEMail]
|
||||
withAuthenticator: [self authenticatorInContext: context]
|
||||
inContext: context])
|
||||
inContext: context
|
||||
systemMessage: YES])
|
||||
[self _flagMessageWithMDNSent];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user