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

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

Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #230355
    sondos1
    Participant
    WordPress mail name is appearing to student need to solve this issue
    #230474
    Mk
    Moderator
    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]';// Change here } function new_mail_from_nameqw($old) { return 'your-site';//change here } change email and name in the above code resp.
    #230479
    sondos1
    Participant
    This reply has been marked as private.
    #230524
    sondos1
    Participant
    This reply has been marked as private.
    #230610
    Mk
    Moderator
    Please share the email and name.
    #230703
    sondos1
    Participant
    This reply has been marked as private.
    #230823
    Mk
    Moderator
    Please share FTP credentials in private reply, as your plugin editor is not working. refer: http://prntscr.com/pm88zz  
    #230872
    sondos1
    Participant
    This reply has been marked as private.
    #230971
    Mk
    Moderator
    I have changed code please check and verify. its working or not.
    #231045
    sondos1
    Participant
    This reply has been marked as private.
    #231047
    sondos1
    Participant
    This reply has been marked as private.
    #231160
    Mk
    Moderator
    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.
    #231378
    sondos1
    Participant
    This reply has been marked as private.
    #231484
    Diana
    Participant
    @sondos1 Can we close this topic then?
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘wordpress mail name is appearing to student need to solve this issue’ is closed to new replies.