Kitura / Swift-SMTP

Swift SMTP client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMTPError error 1

willm132 opened this issue · comments

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