WordPress mail name is appearing to student need to solve this issue
MkModerator
paste this code into wp-admin > plugins > editor > select wplms customizer > customizer.php > paste this code at the last line of page carefully. Save.
add_filter('wp_mail_from', 'new_mail_fromqw');
add_filter('wp_mail_from_name', 'new_mail_from_nameqw');
function new_mail_fromqw($old) {
return 'admin@your-site-email.com';// Change here
}
function new_mail_from_nameqw($old) {
return 'your-site';//change here
}
change email and name in the above code resp.
This reply has been marked as private.
This reply has been marked as private.
MkModerator
Please share the email and name.
This reply has been marked as private.
MkModerator
Please share FTP credentials in private reply, as your plugin editor is not working.
refer:
http://prntscr.com/pm88zz
This reply has been marked as private.
MkModerator
I have changed code please check and verify. its working or not.
This reply has been marked as private.
This reply has been marked as private.
MkModerator
I tried by registering and I got this email
http://prntscr.com/pne3vy
For some users, the first time they will get mail in the spam folder. they will need to add a contact or report the message to not spam. and after this for all next time message will come in the inbox.
This reply has been marked as private.
@sondos1
Can we close this topic then?