mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-10 01:13:20 +00:00
Added support for SMTP PLAIN authentication
This commit is contained in:
@@ -122,9 +122,12 @@
|
||||
message = [NGMimeMessage messageWithHeader: headers];
|
||||
[message setBody: content];
|
||||
to = [attendee rfc822Email];
|
||||
|
||||
/* TODO: SMTP authentication for services */
|
||||
[mailer sendMimePart: message
|
||||
toRecipients: [NSArray arrayWithObject: to]
|
||||
sender: from];
|
||||
sender: from
|
||||
withAuthenticator: nil inContext: nil];
|
||||
}
|
||||
|
||||
- (void) _processAlarm: (iCalAlarm *) alarm
|
||||
|
||||
Reference in New Issue
Block a user