USharing
开放博客

Buddypress email activation not sending

BuddyPress uses its own mechanism to send emails, which it seems doesn’t use wp_mail().

Try to put this filter into your functions.php of your theme:

add_filter( 'bp_email_use_wp_mail', '__return_true' );

After that, all BP emails should be sent just fine.

赞(0) 打赏
未经允许不得转载:USharing » Buddypress email activation not sending

觉得文章有用就打赏一下文章作者

微信扫一扫打赏