Home › Forums › Legacy Support › Support queries › Setup issues › BuudyPress emails
Tagged: buddypress, Meeting email
- This topic has 6 replies, 4 voices, and was last updated 4 years, 11 months ago by Veronica.
-
AuthorPosts
-
November 29, 2019 at 8:02 pm #235265dijital_merkezSpectatorHi, I have issue about buddypress emails occured after wplms theme was set up. Meeting email is missing. I do not say it is not sending. I literally say that it has never happened. Not only "meeting email" but also "forgot password email" is missing and more. Please urgent help i need. Best regards.November 30, 2019 at 6:26 am #235289Anshuman SahuKeymasterWell in order to reset and get all the email follow : 1 . goto wp-admin -> tools -> buddypress -> re-install all email again . Check it and save . This will push all your emails to trash and re-install all the default bp emails again . 2 . now to get all wplms emails simply follow this tip : https://wplms.io/support/knowledge-base/migrate-all-the-wplms-emails-to-buddypress-again/November 30, 2019 at 8:10 pm #235398dijital_merkezSpectator1- I did what you suggested. But it is not working. I had 94 buddypress email templates in the beginning. Now, 15 emails and not meeting email in them. 2- I still wanted to apply the process in this tip: https://wplms.io/support/knowledge-base/migrate-all-the-wplms-emails-to-buddypress-again/ I have some problem in this process. Firstly, there is no Migrate Email notice in dashboard. Also, i do not see like this field "Disable HTML emails" in WP Admin – LMS – Settings – Emails section. Consequently, the same problem is going on. Please help.December 2, 2019 at 4:27 pm #235543loganMemberHello,
use SMTP plugin and then check.
activate: https://wplms.io/support/knowledge-base/postman-smtp-for-emails/
configure it and then check if the test email goes in your wp-admin email's inbox.
** check other emails that are going or not?? like forgot password and woocommerce.
** then goto wp-admin >> lms >> settings >> emails >> set these two values.
refer: http://prntscr.com/pukpfq
if it does not work then go to wp-content / themes / wplms / functions.php by using ftp and then add this line one by one,
add_filter( 'bp_email_use_wp_mail', '__return_true' );
if it does not work then replace with this one
add_filter( 'bp_email_use_wp_mail', '__return_false' );
check if it works.
also, contact your WebHost and ask them if they are blocking the email from WordPress, we are using wp_mail() function.
if above does not work in that case please share your site url with admin credentials in a private reply so that i can fix that instantly. make sure smtp plugin is configured if not using then.December 3, 2019 at 11:07 am #235655dijital_merkezSpectatorThis reply has been marked as private.December 4, 2019 at 6:09 am #235771dijital_merkezSpectatorThis reply has been marked as private.December 5, 2019 at 10:17 am #235926VeronicaModeratorThis reply has been marked as private. -
AuthorPosts
- The topic ‘BuudyPress emails’ is closed to new replies.