Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions specs/email-sending.openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1520,13 +1520,12 @@ components:
in production.

- `demo` - A demo domain provided by Mailtrap. Can only send emails to the account owner.
- `exhausted` - A demo domain that has used up its sending allowance. Cannot send emails.
- `demo_exhausted` - A demo domain that has used up its sending allowance. Cannot send emails.
- `unverified_dns` - Domain DNS records have not been verified yet. Open your domain on the [Sending Domains](https://mailtrap.io/sending/domains) page and follow the [Sending Domain Setup](https://docs.mailtrap.io/email-api-smtp/setup/sending-domain) guide.
- `missing_company_info` - Account is missing required company information. Go to [Company Information](https://mailtrap.io/account-management?current_tab=company_information) and fill in the required details.
- `initial` - Domain is verified and undergoing automatic compliance review. No action needed — typically completes within 2 minutes.
- `pending` - Automatic review required additional information. Open your domain on the [Sending Domains](https://mailtrap.io/sending/domains) page and fill in the compliance questionnaire.
- `pending_cc` - Compliance questionnaire was submitted but credit card identity verification is still needed. Open your domain on the [Sending Domains](https://mailtrap.io/sending/domains) page and enter card details. The charged amount is refunded immediately and the card is not stored.
- `under_review` - Compliance questionnaire submitted and manual review is in progress. No action needed — this can take up to one business day.
- `under_review` - Domain is undergoing automatic compliance review. No action needed — typically completes within 2 minutes.
- `awaiting_questionnaire` - Automatic review required additional information. Open your domain on the [Sending Domains](https://mailtrap.io/sending/domains) page and fill in the compliance questionnaire.
- `awaiting_card_verification` - Compliance questionnaire was submitted but credit card identity verification is still needed. Open your domain on the [Sending Domains](https://mailtrap.io/sending/domains) page and enter card details. The charged amount is refunded immediately and the card is not stored.
- `non_compliant` - Domain did not pass compliance checks. Sending is not allowed. Contact [Mailtrap Support](mailto:support@mailtrap.io) for details and next steps.
- `compliant` - Domain has passed all compliance checks and is ready to send emails.
- `suspended` - Domain sending has been suspended. Contact [Mailtrap Support](mailto:support@mailtrap.io) to resolve the issue.
Expand Down
Loading