How to edit new user Email sent after registration
-
Hi Team!
How can I find the source of the Email which is sent by [email protected] after registration of new user. This Email contains the username, password and link to login.
See link https://share-your-photo.com/260c085cfac628f1/adminI already changed the Email adress from wordpress to admin in the function php, which was working:
function wpb_sender_email( $original_email_address ) {
return ‘[email protected]’;
}
I do not find any literature-support in this.
Thank you for your help, StefanThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to edit new user Email sent after registration’ is closed to new replies.