Hello alladinx,
We have hooks to modify message. So if you know little bit of programming you can modify the email using filters.
https://developer.ww.wp.xz.cn/reference/functions/add_filter/
Line 260 contains filters where you can modify the message and line 261 is where the real mail sending happens
https://github.com/mistergiri/buddypress-compliments/blob/master/includes/bp-compliments-notifications.php#L260
we use wp_mail function to send out email. Which is supported by WP Better Emails.
If you have problem with that, then you should open a thread in WP Better Emails forums and ask them how to format wp_mail emails.
In their FAQ I can clearly see that they support wp_mail function.
https://ww.wp.xz.cn/plugins/wp-better-emails/faq/
Thanks and Good luck.
Hi, I am afraid that there is something more to it. We are already using WP Better Emails, and have been using that for a while. It works fine on all other emails, except the notifications from Buddypress Compliments. The emails are not formatted.
Do you have any other suggestion on what we should do?
(Are we the only one with this problem, i.e. are you 100% sure that WP Bettwer Email works with Buddypress Compliments?)
I have not tested with WP better mails plugin. Will test that on monday and give you a reply. Thanks