Get Email Health Status
Try for free
3 days trial then $7.99/month - No credit card required now
View all Actors
Get Email Health Status
apricot_ybeare/get-email-health-status
Try for free
3 days trial then $7.99/month - No credit card required now
Gets email health status using mxtoolbox (https://mxtoolbox.com/emailhealth)
Email Health Status
Checks the email health status and configuration in an automated way from mxtoolbox
How it works
- Enter the email or domain of the email you want to check
- Wait for some seconds and see the number of errors and warnings and the table, so you can take action
Input
email
: email to be analysedmax_retries
: maximum number of retries in case of failure (recommended: 2)timeout
: number of seconds to wait for report when submitted request in mxtoolbox (recommended: 40)
Example:
1{ 2 "email": "info@myfastlaunchr.com", 3 "max_retries": "2", 4 "timeout": "40" 5}
Output
1[{ 2 "email": "info@myfastlaunchr.com", 3 "errors": "0", 4 "warnings": "3", 5 "errors_table": [], 6 "warnings_table": [ 7 { 8 "issue_type": "warning", 9 "issue_category": "dns", 10 "issue_description": "Name Servers are on the Same Subnet" 11 }, 12 { 13 "issue_type": "warning", 14 "issue_category": "dns", 15 "issue_description": "SOA Serial Number Format is Invalid" 16 }, 17 { 18 "issue_type": "warning", 19 "issue_category": "dns", 20 "issue_description": "SOA Refresh Value is outside of the recommended range" 21 } 22 ] 23}]
In case of failure in getting the report this will be returned:
1[ 2 { 3 "email": "info@myfastlhhhhh%hhgggaunchr.com", 4 "errors": "-1", 5 "warnings": "-1", 6 "errors_table": [], 7 "warnings_table": [] 8 } 9]
Developer
Maintained by Community
Actor metrics
- 5 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Mar 2024
- Modified 5 months ago
Categories