Edit welcome mail

Home Forums Legacy Support Support queries How-to & Troubleshooting Edit welcome mail

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #236462
    nitwayne
    Participant
    Hi, These are my settings in BuddyPress. http://prnt.sc/q8rsti Please let me know how I can edit the welcome mail. And also the students who register are not getting the welcome mail.
    #236463
    nitwayne
    Participant
    This reply has been marked as private.
    #236547
    logan
    Member
    Hello, refer this: http://prntscr.com/q965s4 enable it and then goto wp-admin >> emails >> welcome mail. edit this template.
    #236672
    nitwayne
    Participant
    This reply has been marked as private.
    #236780
    logan
    Member
    This reply has been marked as private.
    #236821
    nitwayne
    Participant
    This reply has been marked as private.
    #236862
    logan
    Member

    Hello,

    ** deactivate all third party plugins with cache plugin if using.

    ** 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.

    #237768
    nitwayne
    Participant
    This reply has been marked as private.
    #237833
    logan
    Member
    Hello,
    1. tick the Check simultaneous login and register option
    2. also select the welcome email template in the template box
    after registration, he will be logged in and welcome mail will be sent.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Edit welcome mail’ is closed to new replies.