Package 

Enum CreateInboxDto.InboxType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum CreateInboxDto.InboxType
    extends Enum<CreateInboxDto.InboxType>
                        

    HTTP (default) or SMTP inbox type. HTTP inboxes are best for testing while SMTP inboxes are more reliable for public inbound email consumption. When using custom domains the domain type must match the inbox type. HTTP inboxes are processed by AWS SES while SMTP inboxes use a custom mail server running at mx.mailslurp.com. Values: hTTPINBOX,sMTPINBOX