from email name

Home Forums Legacy Support Support queries Other issues from email name

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44239
    techcmantix
    Spectator
    the automated email to send after registering and forget password , in that i have changed the "from address and from name " in LMS-settings -email and email options but still iam receiving mail from [email protected], instead of mail id i entered what else should i change p.s im not using any mandrill or mailchimp
    #44316
    Anshuman Sahu
    Keymaster
    Please try adding the given code in your wplms-customizer.php file at the end before "?>" 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';   }
    #44490
    techcmantix
    Spectator
    i dont see the "?>" at the end of the code . so do i add it myself or am i looking at the wrong place  
    #44506
    H.K. Latiyan
    Participant
    If you don't have "?>" in your php file, then no issue you can simply put the code at the bottom of the file.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘from email name’ is closed to new replies.