• When a site admin adds an existing user to its site, this user receives a notification email such as:

    subject:
    [site name] Joining Confirmation

    message:
    Hi,

    You’ve been invited to join ‘site name’ at
    https://wp_domain/site_name with the role of XXX.

    Please click the following link to confirm the invite:
    https://wp_domain/site_name/newbloguser/a_generated_identifier/

    I would like to know how I can customize this email and also how to customize the content of the page displayed when the user clicks on the link to confirm the invite.

    If it is not possible, I would like to know how to remove the confirmation email, and have the user added to the site with no confirmation.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @teachlynx

    There are plugins already to have the own welcome emails. You can try one. I have used ‘SB Welcome Email Editor’ once, which is good.

    Alternatively one could use the wp_new_user_notification_email and wp_new_user_notification_email_admin filters.

    Thanks

    Thread Starter Eric Malalel

    (@teachlynx)

    Hello Mehedi,

    Thanks for reply. However, I already use these filters to disable emails sent to Super Administrator and User when Super Administrator adds a new User in Network Admin (this is a multisite install, I forgot to mention it) .

    Here, I want to disable the email sent to User when a Site Admin adds an existing user to its site.

    Right now, did not find yet how to do it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘customize or remove joining confirmation email’ is closed to new replies.