Viewing 1 replies (of 1 total)
  • Plugin Author Andrew Klimek

    (@andrewklimek)

    It’s working fine for me. Is your site sending the initial registration emails ok? This plugin really just triggers the same action…

    If you want to help troubleshoot, you can add this to the plugin (or anywhere):
    add_action( 'wp_mail_failed', function( $error ){ error_log( var_export( $error, true ) ); } );

    and check the debug log to see if wp_mail returns any errors.

Viewing 1 replies (of 1 total)
  • The topic ‘Doesn't work for me’ is closed to new replies.