Tagged: activation, email, login, registration, welcom
I’d like to retain the auto-activation, but still want to send new members a welcome email. What’s the best way to do this?
Thanks!
EthanHi Ethan,
I am sorry I missed your post earlier.
Are you on multisite? If yes, you can add the following line to bp-custom.php to enable the default emailadd_filter( 'wpmu_welcome_notification', '__return_true', 111 ); add_filter( 'wpmu_welcome_user_notification', '__return_true', 111 );
If you are not on multisite, BuddyPress does not send any welcome email. I had written a post long ao that allows doing it. You may find it useful
https://buddydev.com/buddypress/send-welcome-email-to-users-when-they-activate-their-account-on-wordpress-buddypress-based-social-network/Hope that helps.
Regards
Brajesh
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic is: not resolved