Skip to content

Commit

Permalink
fix(eas): proxy authentication in _sendMail
Browse files Browse the repository at this point in the history
  • Loading branch information
jkellerer committed Oct 26, 2021
1 parent 4c679f1 commit f70d600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActiveSync/SOGoActiveSyncDispatcher.m
Expand Up @@ -3353,7 +3353,7 @@ - (NSException *) _sendMail: (NSData *) theMail
NSException *error;
NSString *from;

authenticator = [SOGoDAVAuthenticator sharedSOGoDAVAuthenticator];
authenticator = [[context activeUser] authenticatorInContext: context];
dd = [[context activeUser] domainDefaults];

// We generate the Sender
Expand Down

0 comments on commit f70d600

Please sign in to comment.