Activation Email is from "WordPress "

Home Forums Legacy Support Support queries Setup issues Activation Email is from "WordPress "

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #172816
    wtpyos
    Spectator
    1. How to correct "From" activation email to match settings?
    http://prntscr.com/kkhkp6 http://prntscr.com/kkhl96 http://prntscr.com/kkhlf0
    1. How to have activation email goes to Inbox, rather than Junk Email?
    #172817
    wtpyos
    Spectator
    http://prntscr.com/kkhcvu http://prntscr.com/kkhd1o http://prntscr.com/kkhd2m
    #172905
    Mark Morgan
    Spectator
    Please add this php code in your wplms-customizer.php file of the 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'; }
    #172963
    wtpyos
    Spectator
    This should be a basic setup that doesn't require additional code.  Just go to LMS -> Settings -> Emails, and set FROM "Name" and FROM "Email" to appropriate ones.  Is this a bug or a normal way to setup? http://prntscr.com/kl0y62 Anyway, thanks very much for responding and this issue can be closed.
    #173008
    Mark Morgan
    Spectator
    Yes this is the basic setup, but as shown in your screenshots it was clear that you already set the From Name and From Email. That is why i shared this code with you. Thanks for confirmation this issue is resolved so closing this topic.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Activation Email is from "WordPress "’ is closed to new replies.