BuudyPress emails

Home Forums Legacy Support Support queries Setup issues BuudyPress emails

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #235265
    dijital_merkez
    Spectator
    Hi, 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.
    #235289
    Anshuman Sahu
    Keymaster
    Well 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/
    #235398
    dijital_merkez
    Spectator
    1- 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.
    #235543
    logan
    Member
    Hello,

    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.
    #235655
    dijital_merkez
    Spectator
    This reply has been marked as private.
    #235771
    dijital_merkez
    Spectator
    This reply has been marked as private.
    #235926
    Veronica
    Moderator
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘BuudyPress emails’ is closed to new replies.