Email Notifications Not Working

Home Forums Legacy Support Support queries How-to & Troubleshooting Email Notifications Not Working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #147552
    veertutorial
    Spectator
    hi everyone, email notifications are not working in our website www.veertutorial.com it was working perfectly 1 month before, we checked with hosting server company, they said everything is fine. there is not block outgoing message. user registration, new order, order status update, many other important email is not working. please provide any solution on urgent basis.
    #147601
    H.K. Latiyan
    Participant
    Hi, These emails are not sent by wplms. The registration email is sent by buddypress and orders emails are sent by woocommerce. Please check if other emails are not working as well like forgot password email ?
    #147658
    veertutorial
    Spectator
    forgot pass emails are also not working i am getting below message The email could not be sent. Possible reason: your host may have disabled the mail() function.
    #147798
    H.K. Latiyan
    Participant
    Hi, If forgot password email is also not working then it means the issue is from the server side, as this email is sent by wordpress itself. ------------ You can also send the HTML emails via basic PHP mail() function. Go to wp-admin->Plugins->Editor->Choose WLMS Customiser Plugin. Edit the wplms-customiser.php file, add this code and save. Refer to this Screenshot: https://prntscr.com/fe50km add_filter( 'bp_email_use_wp_mail', function() { return false; },99);
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Email Notifications Not Working’ is closed to new replies.