Hello –
I am trying to use the data in my email field in an external mail merge system. But that field in BP contains all sorts of HTML (I guess as the field type suggests). I didn’t realize this would be the case.
So, now I need to convert it to be the email alone and change the field type to text.
Do you have any suggestions?
Hi Tony,
Thank you for the question.The current BuddyPress implementation sends html emails.
You can force it to send the plain text message by addingadd_filter( 'bp_email_use_wp_mail', '__return_true' );
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