Comments amiir started the conversationNovember 3, 2022 at 7:51pmHelloI use BuddyPress emails to activate the account, but it enters the spam folder and some of them are late in arrivingWhere is the problem and how can I solve it?[deleted] repliedNovember 5, 2022 at 3:25pm That seems its the issue with your from nam eand email :try changing it y using this solution : Please try adding the given code in your wp-admin > plugins > editor > wplms-customizer.php file at the end before “?>” in wplms customizer plugin : add_filter('wp_mail_from', 'new_mail_fromqw'); add_filter('wp_mail_from_name', 'new_mail_from_nameqw'); function new_mail_fromqw($old) { return '[email protected]'; } function new_mail_from_nameqw($old) { return 'site name'; } replace site name and [email protected] Sign in to reply ...
Hello
I use BuddyPress emails to activate the account, but it enters the spam folder and some of them are late in arriving
Where is the problem and how can I solve it?
That seems its the issue with your from nam eand email :try changing it y using this solution :
Please try adding the given code in your wp-admin > plugins > editor > wplms-customizer.php file at the end before “?>” in wplms customizer plugin :
replace site name and [email protected]