Comments 6Alberto started the conversationSeptember 23, 2022 at 2:22pmHi,With the last update, the password recovery e-mail is not being sent.Could you check it?[deleted] repliedSeptember 24, 2022 at 4:46pmWell we have not changed anything it it .Please check if forgot password email is present in your wp-admin -> emails.Chala88 repliedSeptember 24, 2022 at 7:07pmHi Alex,Yes, It is present. (Screenshot: http://prntscr.com/qJFt8jWnVuXu)And if I restore the password wp admin - users It works. But It doesnt work in login popup (you can try it in my website planetacg.com)It worked before the update...[deleted] repliedSeptember 26, 2022 at 2:18pmHi no email is going from system I guess . Please refer : https://wpmailsmtp.com/buddypress-activation-email-notifications/ [deleted] repliedSeptember 26, 2022 at 2:22pmrecovery mail appearing in promotions : https://prnt.sc/Yfx8vJCBCkKxto change that you might need to change from name and email : add this code in your wplms-customizer.php file in wplms customizer plugin : // Optionally change your email address add_filter('wp_mail_from','noreply_from'); function noreply_from($from) { return 'noreply@YOUR_DOMAIN.org'; //Replace 'YOUR_DOMAIN.org' with email address }Chala88 repliedSeptember 26, 2022 at 7:24pmHI,I don't know what happened, but I did not touch anything and it works perfectly now.i'm sorry for the inconvenienceThank you Sign in to reply ...
Hi,
With the last update, the password recovery e-mail is not being sent.
Could you check it?
Well we have not changed anything it it .
Please check if forgot password email is present in your wp-admin -> emails.
Hi Alex,
Yes, It is present. (Screenshot: http://prntscr.com/qJFt8jWnVuXu)
And if I restore the password wp admin - users It works.
But It doesnt work in login popup (you can try it in my website planetacg.com)
It worked before the update...
Hi no email is going from system I guess . Please refer :
https://wpmailsmtp.com/buddypress-activation-email-notifications/
recovery mail appearing in promotions :
https://prnt.sc/Yfx8vJCBCkKx
to change that you might need to change from name and email :
add this code in your wplms-customizer.php file in wplms customizer plugin :
// Optionally change your email address
add_filter('wp_mail_from','noreply_from');
function noreply_from($from) {
return 'noreply@YOUR_DOMAIN.org'; //Replace 'YOUR_DOMAIN.org' with email address
}
HI,
I don't know what happened, but I did not touch anything and it works perfectly now.
i'm sorry for the inconvenience
Thank you