Results 63 comments of Danny Sung

Should be resolved with 4.0.0 release. Please let me know if this works for you.

@LowAmmo I'll see about updating the cocoapod after the next PR. Though I may start to deprecate cocoapods soon.

@LowAmmo Just curious, what kind of security are you using? If you support enterprise github with ssh, there shouldn't be an issue. I'd be surprised if you'll be able to...

Thanks for the submission @sbeitzel and for your review @mbarnach. Cursory glance looks okay to me, I'll aim to look more closely this weekend if that's okay for you. Please...

@sbeitzel I had to make some changes to CI, would you mind rebasing?

@sbeitzel I had to make some changes to CI, would you mind rebasing?

@sbeitzel Ah sorry... Yeah there's different approaches to this. My preference is rebasing. So my strategy here would be to: ``` git pull --rebase origin master ``` This will pull...

I don''t believe this is specific to SwiftSMTP. Perhaps some of these suggestions will help you: From Apple's developer's forum: https://developer.apple.com/forums/thread/123614 And on Stackoverflow here: https://stackoverflow.com/questions/56957632/could-not-find-module-for-target-x86-64-apple-ios-simulator

Is this on Linux or macOS? I haven't spent a lot of time with the OpenSSL library, but if I understand this blog post https://www.openssl.org/blog/blog/2017/05/04/tlsv1.3/, then for Linux, perhaps it's...

For relatively simple use cases, perhaps you can keep your text/html in a struct. For example, something like this: ``` struct Message: CustomStringConvertible { let username: String var description: String...