• Hello,
    I need to customize the email that the user receives when a user is created in your name.
    Specifically, when I register a user through the “WP All Import” plugin, the user receives the email for creating the password.
    This is the content of the email:

    Username: {username}
    
    To set your password, please visit the following address:
    https://{domain_name}/wp-login.php?action=rp&key=qSfQRyfV8jdwedfGm1DV2Ulogin={user_email}
    
    https://{domain_name}/wp-login.php

    I would like to personalize this email and maybe use some nicer html formatting.
    Can you suggest me a method? or a plugin that can help me manage this?
    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter guardiano78

    (@guardiano78)

    Hello,
    i think i understand where the function is.
    It appears to be a native wordpress function and is found in the wp-includes / pluggable.php file
    the function is: wp_new_user_notification ()

    I’m looking for information to override the function, but it seems like it can’t be done in the child-theme’s function.php.

    Is there anyone who can help me on the question?
    thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘How to customize emails’ is closed to new replies.