MailError
public enum MailError: Error
Possible errors when validating the mail before sending.
- noSender: The
FROMfield of the mail is not valid or empty. - noRecipient: The
TO,CCandBCCfields of the mail is not valid or empty.
-
The
FROMfield of the mail is not valid or empty.Declaration
Swift
case noSender
-
The
TO,CCandBCCfields of the mail is not valid or empty.Declaration
Swift
case noRecipient
View on GitHub
Install in Dash
MailError Enum Reference