• Resolved kklo

    (@kklo)


    Hi,

    can someone refer me a plugin that sends registration email with activation link?

    Thank

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator bcworkz

    (@bcworkz)

    That is how WP works by default. After filling out the registration form, the user is emailed a link to follow to complete registration. The link takes them to a page where they can choose their password, after which they can use it to login. What are you looking for that is different than that?

    Thread Starter kklo

    (@kklo)

    Hi, @bcworkz

    That was exactly it, and how do I configure and personalize this email?

    Moderator bcworkz

    (@bcworkz)

    Through the ‘wp_new_user_notification_email’ filter.
    https://developer.www.ads-software.com/reference/hooks/wp_new_user_notification_email/

    If you’re not familiar with WP filters, review this:
    https://developer.www.ads-software.com/plugins/hooks/filters/

    Thread Starter kklo

    (@kklo)

    Hi, @bcworkz

    The user registers and receives an email with the activation link and instructions in an email with logo, thanks, etc.

    Thread Starter kklo

    (@kklo)

    I want to change all standard WP emails and what I find is just a welcome email and/or woocoomerce

    Moderator bcworkz

    (@bcworkz)

    AFAIK all WP messages can be altered by filter or pluggable function. Each type of message will have its own filter and function. ‘wp_new_user_notification_email’ is the filter for new user notifications only. It can be difficult to learn the right filter for any given message. I’ve resorted to grepping (Linux full text search) the source code for some key phrase in the message. That usually turns up the right function, where the corresponding filter would be applied.

    I believe WooCommerce messages do something similar. If you have trouble finding filters for WooCommerce, I recommend asking in their dedicated support forum for assistance.

    Thread Starter kklo

    (@kklo)

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘email with activation’ is closed to new replies.