Replies: 0
Subscribe 2 not working in latest upgrade. V 10.34. Does not allow editing subscribers.
Have had the same issue with previous versions. With help from others a following was added to a file.
mattyrob (@mattyrob)
10 months, 3 weeks ago
@aclarkedeakin
The other possibility is that the reverse DNS check is failing in validating the emails, this can be bypassed though, try adding the following to a custom plugin or the themes functions.php file:
add_filter( ‘s2_validate_email_with_dns’, ‘__return_false’ );