Viewing 4 replies - 1 through 4 (of 4 total)
  • It does work with buddypress, at least with me it does.

    Have you turned this filter on?
    add_filter( 'bp_email_use_wp_mail', '__return_true' );

    Thread Starter lavenblade

    (@lavenblade)

    I figured out yesterday that was the problem. Thanks for the reply!

    Hi guys,

    May i ask, how do i turn on filter for add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ );

    Thanks in advance.

    Regards.

    Just paste:

    add_filter( 'bp_email_use_wp_mail', '__return_true' );

    in your functions.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BuddyPress and Hotmail/Outlook’ is closed to new replies.