Activation Email shows WORDPRESS

Home Forums Legacy Support Support queries Setup issues Activation Email shows WORDPRESS

Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #184596
    jetleeboonhou
    Participant
    Hi, I had changed my email setting to my website name at my LMS there. However, the email that i received why still show WORDPRESS instead of my website name? Kindly check and advice.
    #184780
    Anshuman Sahu
    Keymaster
      please try adding this given code in your wplms-customizer.php file 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'; }     change the " site name " and " [email protected] " in above code.
    #184850
    jetleeboonhou
    Participant
    @Alex, I cant find my WPLMS Customizer Plugin.
    #184889
    Anshuman Sahu
    Keymaster
    You can find it in wplms package -> wplms.zip (theme zip ) - > plugins folder .
    #184893
    jetleeboonhou
    Participant
    Hi @Alex, sorry im noob.. Are you mean here? https://paste.pics/456MY  
    #185015
    logan
    Member
    Hey, Yes ! Paste the above codes here only. Happy coding.
    #185111
    jetleeboonhou
    Participant
    Hi, Sorry, it returns with error message. <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">http://prntscr.com/lkbb59</p>  
    #185131
    jacobwindham
    Spectator
    Try moving the code he gave you to the bottom of the code that was already there
    #185238
    Anshuman Sahu
    Keymaster
    Please remove the code from the top . Make sure there are nothing before the <?php tag at the top . Then add the code at the end . if there is ?> tag then place code just before it .  
    #185240
    Anshuman Sahu
    Keymaster
    if its still an issue for you then please share your site url , admin credentials and valid ftp credentials  in private reply to check this issue at your end .
    #185280
    jetleeboonhou
    Participant
    This reply has been marked as private.
    #185381
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #186139
    jetleeboonhou
    Participant
    This reply has been marked as private.
    #186336
    Anshuman Sahu
    Keymaster
    done
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Activation Email shows WORDPRESS’ is closed to new replies.