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?
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
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.