Forums

Email Users
Emails say they are from "admin" can this be changed? (2 posts)

  1. luxsub
    Member
    Posted 8 months ago #

    I'd prefer to have it say "GuideToStart.com" or something like that. "Admin" seems like it could be spam if my members don't know that the email is from our site.

    Thank you!

    http://wordpress.org/extend/plugins/email-users/

  2. danielnichols
    Member
    Posted 3 months ago #

    -----------------------------------------------------
    Changes to email-users/email_users_user_mail_form.php
    -----------------------------------------------------

    FROM:

    get_currentuserinfo();
    $from_name = $user_identity;
    $from_address = $user_email;

    TO:

    get_currentuserinfo();
    $from_name = 'THE NAME YOU REQUIRE';
    $from_address = 'THE EMAIL ADDRESS YOU REQUIRE';

    -------------------------------------------------------

Reply

You must log in to post.

About this Plugin

About this Topic