Enums

The following enums are available globally.

  • Possible errors when validating the mail before sending.

    • noSender: The FROM field of the mail is not valid or empty.
    • noRecipient: The TO, CC and BCC fields of the mail is not valid or empty.
    See more

    Declaration

    Swift

    public enum MailError: Error