smartlead_get_rdns_details
Verify reverse DNS (rDNS) configuration for email-sending IP addresses to ensure proper email authentication and deliverability.
Instructions
Check if rDNS was correct for an IP sending the email.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
spam_test_id | Yes | ID of the spam test to get the rDNS details for |
Input Schema (JSON Schema)
{
"properties": {
"spam_test_id": {
"description": "ID of the spam test to get the rDNS details for",
"type": "integer"
}
},
"required": [
"spam_test_id"
],
"type": "object"
}