Kitura / Swift-SMTP

Swift SMTP client
Apache License 2.0
262 stars 63 forks source link

SMTPError error 1 #131

Open willm132 opened 2 years ago

willm132 commented 2 years ago

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] )