feat(alarms): Add possibility to use SMTP master account for system alarms. Fixes #5565.

This commit is contained in:
smizrahi
2023-02-16 18:51:28 +01:00
parent 2c6f5225d4
commit 8001e3f6ab
14 changed files with 113 additions and 37 deletions
+4 -2
View File
@@ -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)