mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
feat(alarms): Add possibility to use SMTP master account for system alarms. Fixes #5565.
This commit is contained in:
@@ -2174,7 +2174,8 @@ static NSString *userAgent = nil;
|
||||
toRecipients: [NSArray arrayWithObject: recipient]
|
||||
sender: [self sender]
|
||||
withAuthenticator: [self authenticatorInContext: context]
|
||||
inContext: context];
|
||||
inContext: context
|
||||
systemMessage: NO];
|
||||
|
||||
if (error)
|
||||
return error;
|
||||
@@ -2199,7 +2200,8 @@ static NSString *userAgent = nil;
|
||||
toRecipients: [self allBareRecipients]
|
||||
sender: [self sender]
|
||||
withAuthenticator: [self authenticatorInContext: context]
|
||||
inContext: context];
|
||||
inContext: context
|
||||
systemMessage: NO];
|
||||
}
|
||||
|
||||
if (!error && copyToSent)
|
||||
|
||||
Reference in New Issue
Block a user