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.
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 ?
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.
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);