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

Home Forums Legacy Support Support queries Other issues woedpress mail name is appearing to student need to solve this issue

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #190295
    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
    #190396
    Anshuman Sahu
    Keymaster
      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.site.com'; }

    paste this above code into wp-admin > plugins > editor > select wplms customizer > customizer.php > paste this code at the last line of page carefully. Save.

    PS :change the ” www.site.com ” and ” [email protected] ” in above code before adding the code in wplms customizer plugin .

    #190425
    sondos1
    Participant
    This reply has been marked as private.
    #190473
    sondos1
    Participant
    This reply has been marked as private.
    #190494
    Mk
    Moderator
    Ok. Please share your admin credentials and site URL in private reply if by adding above code its not working. above code explanation: refer: http://prntscr.com/m0317v
    #190538
    sondos1
    Participant
    This reply has been marked as private.
    #190615
    Mk
    Moderator
    This reply has been marked as private.
    #190799
    sondos1
    Participant
    This reply has been marked as private.
    #190832
    Mk
    Moderator
    You forgot to share password.  
    #190854
    sondos1
    Participant
    This reply has been marked as private.
    #190858
    Mk
    Moderator
    Its not connecting. refer: http://prntscr.com/m1kre0
    #190861
    sondos1
    Participant
    This reply has been marked as private.
    #190893
    Mk
    Moderator
    In above code given by me, priority was not set, that's why it was not working.   I have changed the code, please check its working properly or not?  
    #190895
    sondos1
    Participant
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘woedpress mail name is appearing to student need to solve this issue’ is closed to new replies.