Email verification on signups
Send verification links to newly registered users and ask them to confirm their email address to activate their account.
The facts
- Rating
- 5★ from 4
- Active installs
- 100+
- Price
- Free
- Last updated
- 30 Aug 2024
- Added
- Oct 2017
- Requires WP
- 5.9
- Tested up to
- WP 6.6.7
- Requires PHP
- 7.4
- Downloads
- 7,998
Our analysis
AI-assistedEmail Verification on Signups is a WordPress plugin that sends verification emails to newly registered users, prompting them to confirm their email addresses. It allows for the use of localized email templates, enabling you to customize the verification email according to different languages. The plugin also provides filters for further modifications through your theme's functions.php file.
This plugin is suitable for WordPress site owners who want to ensure that their users verify their email addresses upon registration, which can help improve user data accuracy and reduce spam registrations.
Best for: WordPress site owners looking to enhance user registration security.
What it does well
- ✓Sends verification emails to new users
- ✓Supports localized email templates
- ✓Allows customization via theme functions
Where it falls short
- •Limited information on additional features
- •No user interface details provided
Verdict
This plugin provides essential email verification functionality for new user registrations, but details on its user interface and additional features are limited.
From the developer
Dornaweb's own description of Email verification on signups, lightly tidied.
Send Email verification links on WordPress
This plugin sends verification emails to newly registered wordpress users and asks them to verify their email address.
Adding your own localized email templates
The email templates are located under tpl/emails directory, and the file for verification email is called verify.php which is the default template for english language
however you can add your own language-specific template file by duplicating verify.php and renaming it to verify-LOCALE_CODE.php
for example for Portuguese ( Brazil ) you can add a file named verify-pt_BR.php ( you can get your wordpress installation locale code with get_locale() )
There are also dw_verify_email_template_path and dw_verify_email_template_args filters available if you want to make modifications from your theme\’s functions.php
3rd-party scripts included
WP_MAIL ( for sending templated emails )