Specify who is allowed to send emails to your inbox
bool
If true
, emails that contain the inbox email address in the Cc field will be marked valid
bool
If true
, emails that contain the inbox email address in the Bcc field will be marked valid
bool
If true
, emails need to pass the SPF check to be marked valid. See here for more information on SPF
bool
If true
, emails need to pass the DKIM check to be marked valid. See here for more information on DKIM
bool
If true
, emails need to pass the DMARC check to be marked valid. See here for more information on DMARC
{addresses: list[str], domains: list[str]}
A list of addresses and domains that are allowed to send emails to the inbox. If the field is null
, or the addresses
and domains
fields are both empty lists, all from addresses are allowed. There is currently no wildcard support for allowed_from_addresses
{addresses: list[str], domains: list[str]}
A list of addresses and domains that are blocked from sending emails to the inbox. If the field is null
, or the addresses
and domains
fields are both empty lists, all from addresses are allowed. There is currently no wildcard support for blocked_from_addresses
valid_only
query parameter to false
in the get emails endpoint or by unchecking the Valid Only
switch in the UI.
View Invalid Emails
Mark Invalid Email as Valid