@corsi159
6 years ago
Thank you for your answer Prashant.
I thought it wouldn’t work as this hook doesn’t appear anymore in the register.php of BP Nouveau. Looks like I didn’t understand yet how all of this works.
Sorry about that!
Hello Paul,
Thank you for your reply.
I’ve seen in this old topic that people had, in the time, similar issues :
BuddyPress Email Notification Ignoring SMTP Server Settings?
I thus created a bp-custom.php file in my plugin directory, and added the following to it : add_filter(‘bp_email_use_wp_mail’, ‘__return_true’);
And now, Buddypress is sending the e-mails through the WP SMTP Config.
I am surprised that I had to do this. This is not ideal, as my emails are now sent in plain text (not html)…