[ad_1]
We check email domains for an MX record. Occasionally server configuration will prevent this check from succeeding.
You can effectively disable this check using this filter:
add_filter( 'cfw_email_domain_valid', '__return_true' );You can add this to your child theme’s functions.php file or you can add it using a plugin like Code Snippets.
