mailslurp.model.DomainDto
Load the model package
import 'package:mailslurp/api.dart';
Properties
Name | Type | Description | Notes |
id | String | | |
userId | String | | |
domain | String | Custom domain name | |
verificationToken | String | Verification tokens | |
dkimTokens | List | Unique token DKIM tokens | [default to const []] |
isVerified | bool | Whether domain has been verified or not. If the domain is not verified after 72 hours there is most likely an issue with the domains DNS records. | |
domainNameRecords | List | List of DNS domain name records (C, MX, TXT) etc that you must add to the DNS server associated with your domain provider. | [default to const []] |
catchAllInboxId | String | The optional catch all inbox that will receive emails sent to the domain that cannot be matched. | [optional] |
createdAt | DateTime | | |
updatedAt | DateTime | | |
domainType | String | Type of domain. Dictates type of inbox that can be created with domain. HTTP means inboxes are processed using SES while SMTP inboxes use a custom SMTP mail server. SMTP does not support sending so use HTTP for sending emails. | |
[Back to Model list] [Back to API list] [Back to ]