if other emails are working in your site but buddypress emails are not working. Try adding below code in your child theme – functions.php ,
add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ );
if other emails are working in your site but buddypress emails are not working. Try adding below code in your child theme – functions.php ,
add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ );