Kitura / Swift-SMTP

Swift SMTP client
Apache License 2.0
260 stars 60 forks source link

Send Email error: Error code: -9968(0x-26F0), Operation now in progress #132

Closed iHTCboy closed 1 year ago

iHTCboy commented 1 year ago
Printing description of error:
▿ Optional<Error>
  ▿ some : Error code: -9968(0x-26F0), Operation now in progress
    - domain : "com.ibm.oss.Socket.ErrorDomain"
    - errorCode : -9968
    ▿ errorReason : Optional<String>
      - some : "Operation now in progress"
    - bufferSizeNeeded : 0
iHTCboy commented 1 year ago

ssl is not supported, change port to 25, work for me~