-
Hi @Alex
I have a simple problem with email messages
Messages are well sent and communicated to the user
But the problem is that the design you made in the form of the message is not sent
The message arrives normally
What is the reason?
Hey mate,
for email please try adding this code in your wplms-customizer.php file in wplms customizer plugin : :
1234add_filter( ‘wp_mail_content_type’, ‘set_content_type’ ,9999999);function set_content_type( $content_type ) {return ‘text/plain’;}and if above does not works remove it and try this one :
add_filter( 'bp_email_use_wp_mail', '__return_true ' );
Hi
When I used the first code, nothing changed and the problem remains
When I used the second code, he stopped sending and didn’t send any message
Hello,
i tried to test this many times but as always it has permission issues. same with the FTP, it always happens.
have a look: https://share.getcloudapp.com/yAuL6A41 with read permission
please check twice then share the asked required details.
both designs are same: https://prnt.sc/qb2rrj
and this: https://prnt.sc/qb2s8e
to make you understand let’s take an example:
when you edit course in the backend it looks different,
when you edit course in frontend its appearance is different but at the end of the process they do the same thing. a final product.
same for the email template. it looks different in backend and frontend but they do the same thing. it will go in text format.
please have a look on their official docs: https://codex.buddypress.org/emails/
you could also use third-party plugins to customize your template.
regards.
Hello,
please use the Html codes to create an email template.
you can use third-party plugins for this, have a look on this: https://wordpress.org/plugins/wp-html-mail/
I have now changed my site to multiple sites and the same problem has occurred. Messages do not appear well. I hope there is a better way to coordinate than that.
The email module is a part of BuddyPress. I can check on your site by adding the codes provided by @logan in the above replies.
Please share your site URL with admin credentials in a private reply here to check.
The topic ‘I need to design a messages shape’ is closed to new replies.