hello
I can confirm the email does arrive in gmail with the links active but the text is still one continuous line and the email is not formatted like the other emails that are sent from the site
hotmail / outlook / webmail all receive the email without active links and formatting
I hope that helps
Gibby
Hi there,
Then i need to test your site. Please create a subscriber account with my email address and then send me a compliment. I’ll get notification. I’ll check whats wrong.
Here is my email id.
http://bit.ly/mailgiri
Thanks
OK you should have received the compliment email
Yes I have received the mail.
Can you try removing the $headers
from this line? Make sure to remove the preceding comma too.
https://github.com/mistergiri/buddypress-compliments/blob/master/includes/bp-compliments-notifications.php#L266
Let me know how that goes.
Thanks
Hello
I can confirm that worked π
I now have active links and it looks like it of formatted correctly
Oh and one more thing. Don’t forget to remove my account from your site. I don’t want to keep receiving notifications from your site.
Thanks
Sorry to jump in on this discussion. I have this same issue, removing the $headers as you have suggested does make a small difference to the formatting of the email however the compliments email is in a different style to all the other notifications generated by my site.
Is there a reason you are not using the buddypress emails api?
https://codex.buddypress.org/emails/
https://codex.buddypress.org/emails/custom-emails/
@magland
Thanks for the links.
I didn’t know about those apis.
I’ll make it to use bp api in next version.
Thanks