Structures

The following structures are available globally.

  • Represents a Mail‘s attachment. Different SMTP servers have different attachment size limits.

    See more

    Declaration

    Swift

    public struct Attachment
    extension Attachment: Equatable
  • Represents an email that can be sent through an SMTP instance.

    See more

    Declaration

    Swift

    public struct Mail
  • Used to connect to an SMTP server and send emails.

    See more

    Declaration

    Swift

    public struct SMTP
  • Configuration for connecting with TLS. For more info, see https://github.com/Kitura/BlueSSLService.

    See more

    Declaration

    Swift

    public struct TLSConfiguration