You can turn on email confirmation in the Listivo Panel > User Panel > User > Email Confirmation by enabling the checkbox as shown below.
Now, when your users register, they will see the following popup when they provide their account details
and will receive this kind of email.
You can customize the email your users will get in the Listivo Panel > Notifications > System Messages.
You can customize the /email-confirmation/ part of the email in the Listivo Panel > Translate/Rename > Slugs
and scroll down.
When your users click the link, they will be redirected to the panel. You can change the redirect location in the Listivo Panel > User Panel > Redirects.
Important information:
- It is not possible to rebuild the confirmation link; currently, it is a pure URL that only the "email-confirmation" part can be changed.
- If you do not receive the email or the email goes to spam, you have a general hosting problem related to sending emails by WordPress (not just Listivo). Please check this article on how to solve it: How to prevent emails go to SPAM folder? How to use SMTP?
- If you need to edit the email template, you will need to rebuild the HTML file: /wp-content/themes/listivo/templates/mail/base.php. Add your own HTML/CSS code there and move this file to the child theme: Utilizing a child theme: modifying PHP, CSS, JS files while maintaining future update compatibility