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!
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!
-----------------------------------------------------
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';
-------------------------------------------------------
You must log in to post.