-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum InboxPreview.InboxType extends Enum<InboxPreview.InboxType>
Type of inbox - either HTTP (default) or SMTP. HTTP inboxes are great for testing. SMTP inboxes are processed by a custom SMTP mail server and are better for public facing inboxes that receive emails from Gmail and other large providers. If using a custom domain the domain type must match the inbox type. Use an SMTP domain for SMTP inboxes that includes an MX record pointing to
10 mx.mailslurp.comfor inbound messages. Values: hTTPINBOX,sMTPINBOX