Swift-SMTP
Swift-SMTP copied to clipboard
SMTPError error 1
The operation couldn’t be completed. (SwiftSMTP.SMTPError error 1.)
I am getting this error when attempting to email with 5 attachments, it works fine if I remove the attachments.
let fileAttachment = Attachment(filePath: newLocation, mime: newMime, additionalHeaders: ["CONTENT-ID": newName] )