Mathieu Barnachon
Mathieu Barnachon
@emelelias Thanks for pointing out! Any chance you can make a PR for it?
How are you creating the key? And what kind? Some functions are only available on MacOS. Could you make a simple test that shows the crash? Thanks. You can also...
@LinusGeffarth Could you provide an example of mail and address that is declined? Could it be declined by the receiving server (as the error message suggested)?
I was looking for a way to reproduce it. I've also found that the maximum length for a line should be 998 (1000+CR LF). This [StackOverflow thread](https://stackoverflow.com/questions/29661264/501-syntax-error-line-too-long#:~:text=This%20problem%20occurs%20if%20the,Try%20to%20wrap%20long%20lines.) shows the same...
Could it be the CR LF that was not using the right encoding? In that case, we will need to have a way to reproduce it in order to fix...
The raw text should do it.
Hi @willm132, I can't find the SMTP closure for Reply-To. Do you have any relevant documentation we could look at? If you are able to make a PR (directly), we...
From the code, it seems that the closure is `Reply-to:`. It should work if we add the command to https://github.com/Kitura/Swift-SMTP/blob/master/Sources/SwiftSMTP/Command.swift and the needed field in https://github.com/Kitura/Swift-SMTP/blob/master/Sources/SwiftSMTP/Mail.swift Then extending https://github.com/Kitura/Swift-SMTP/blob/master/Sources/SwiftSMTP/MailSender.swift should...
Too bad! I will see if I can have a look at it.
I think the README should be updated: show the minimal version and update the snippet?