wordpress mail name is appearing to student need to solve this issue

Home Forums Legacy Support Support queries How-to & Troubleshooting wordpress mail name is appearing to student need to solve this issue

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #190300
    sondos1
    Participant

    Once the student register , mail is sent to him but it show that it is from WordPress as per below picture

    https://1drv.ms/u/s!AjAM94OiflcQikPwv08Ck79ciiow

    please i need my website name to appear not WordPress name

#190438
logan
Member

Hey there,

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 '[email protected]';

}

function new_mail_from_nameqw($old) {

return 'www.your-site.com';

}


change your-site as per your mail id and website url. If you can't do this share your wp-admin credentials in a private reply. i will look into this matter. Regards
#190466
sondos1
Participant
This reply has been marked as private.
#190618
logan
Member
This reply has been marked as private.
#190797
sondos1
Participant
This reply has been marked as private.
#190847
logan
Member
You forgot to share sftp password.
#193022
Manoj K. Singh
Spectator
problem is fixed! first deactivate wplms customizer and then put the code and save  
#193023
Manoj K. Singh
Spectator
your url after @
#193035
logan
Member
#manoj haha are you helping someone or asking for help for the same problem?? if there is an issue Please create your own topic , it is considered impolite when you start replying on other's support topic. Good luck
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘wordpress mail name is appearing to student need to solve this issue’ is closed to new replies.