PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Users
  4. Resend Welcome Email
Resend Welcome Email icon

Resend Welcome Email

Quickly send a new welcome email and password reset link for a user through the user's profile edit area.

By Hudson Atwell·Users·Free
3.7(9 reviews)
·1.0K+ active installs·Updated 8 years ago
DownloadVisit HomepageCompare

As of April 2026, Resend Welcome Email is a WordPress users plugin with 1.0K+ active installations and a 3.7/5 rating from 9 reviews. It has been downloaded 22K+ times in total. Requires WordPress 4.3.1+ and PHP 5.3+. Available on WordPress.org since 2014. Last updated 8 years ago — may have compatibility concerns. Downloads are up 60% this week. Top alternative: User Switching.

3.7/59 reviews
1.0K+active installs
22K+total downloads
12 yearssince 2014

Overview

This tool was developed to quickly send a user a new password reset link via email when they are having trouble logging in.

Developers & Designers

This extension has a public GitHub page where users can contribute fixes and improvements.

Follow Development on GitHub

Follow Developer on Twitter

Contributors

Tibor Repček – translation into slovak language (slovenčina)

Read full description on WordPress.org

Ratings & Reviews

3.79 reviews
5 ★
6
4 ★
0
3 ★
0
2 ★
0
1 ★
3

Recent Reviews

Works as described
by fiberlyone·7 years ago

Since I set up new members/users through the database, they do not register so the welcome email is not triggered to send. With this simple plugin, I can send/resend the welcome emails manually from the Users record.

Regarding a rating/comment about the reset password link not being set, please note that this plugin does not affect the content of the email. For that you will need to customize the email either through coding or another plugin.
https://wordpress.org/plugins/tags/welcome-email/

for myself – Made a separate column
by kolshix·7 years ago

Put into the separate column a button

I do not understand in programming – did as I knew – added to the end of the plugin (before “}”)


//* ==START==  Колонка в пользователях для просмотра АКТИВИРОВАННІХ EMAIL  *//
	add_filter( 'manage_users_columns', 'reg_confirm_column_0001' );
	function reg_confirm_column_0001( $column ) {
		$column['reg_confirm_column'] = 'Статус Регистрации';
		return $column;
	}

// создаем новую колонку // Колонка только создается и будет пустая 
	add_filter('manage_users_columns', 'reg_confirm_column_add_0002', 4);
	function reg_confirm_column_add_0002( $columns ){
		$num = 3; // после какой по счету колонки вставлять новые
		$new_columns = array(
			'reg_confirm_column' => 'Статус Регистрации',
		);
		return array_slice( $columns, 0, $num ) + $new_columns + array_slice( $columns, $num );
	}

// заполняем колонку данными
	add_filter( 'manage_users_custom_column', 'reg_confirm_column_add_data_0003', 10, 3 );
	function reg_confirm_column_add_data_0003( $val, $column_name, $user_id  ){
	//    global $wpdb; 
		$user_info = get_userdata($user_id);
		switch ($column_name) {
			case 'reg_confirm_column' :
					if ($user_info->user_activation_key){                            
						$link =  esc_url( wp_nonce_url( add_query_arg( array(
								'action'  => 'resend_welcome_email',
								'user_id' => $user_id,
							), '' ),
								"send_welcome_email_{$user_id}" )
						);                          
						return "Не Активирован <a href=" .$link .">Send New Welcome</a>";
					}else{
						return "Активирован "; 
					}
				break;
			default:
		}
		return $val;
	}
//* ==END==  Колонка в пользователях для просмотра АКТИВИРОВАННІХ EMAIL  *//
  • This topic was modified 7 years, 11 months ago by kolshix.
Works great
by phantasmix·8 years ago

Adds a link to user commands in the Users list “resend welcome email”. Did exactly what was expected of it, perfect.

Thanks

Move along. Nothing happening here.
by Jon Hart·8 years ago

Unless you want to send yourself a “New user registration” notification email

Resend welcome email
by ianthomas·9 years ago

I’m not a programmer or anything like that so i just look at the functionality and does it work and for what i needed it worked brilliantly – great plugin, thanks.

Download Trends

Today: 3Yesterday: 6This week: 48Period total: 1K

Compatibility

WordPress4.3.1+ requiredTested up to 4.9.29
PHP5.3+ required

Version Adoption

v1.1
99.2%
v1.0
0.8%

Top Alternatives to Resend Welcome Email

User Switching icon
User Switching
4.9200K+ installsUpdated 1 month ago
ViewCompare
Simple Local Avatars icon
Simple Local Avatars
4.6100K+ installsUpdated 1 month ago
ViewCompare
One User Avatar | User Profile Picture icon
One User Avatar | User Profile Picture
4.7100K+ installsUpdated 2 months ago
ViewCompare
User Profile Picture icon
User Profile Picture
4.640K+ installsUpdated 1 year ago
ViewCompare
Co-Authors Plus icon
Co-Authors Plus
3.520K+ installsUpdated 5 months ago
ViewCompare
View all users plugins →

Frequently Asked Questions

Changelog

1.1.9

  • Adding fr_FR translations (shoutout to Thibaut Ninove)
  • Fixing i18n support
View full changelog on WordPress.org

Contributors

Hudson AtwellHudson AtwellRami YushuvaevRami YushuvaevtitustitusjazbekjazbekAndy FragenAndy Fragen
Plugin Info
Version
1.1.9
Last Updated
Feb 24, 2018
WP Requires
4.3.1+
Tested Up To
4.9.29
PHP Requires
5.3+
Active Installs
1.0K+
Downloads
22K+
Added
Sep 17, 2014
Business
Free

Tags

userssupportwelcome emailuser management

Developer

H
Hudson Atwell
4 plugins0.0M+ total installs
View all plugins →

Quick Compare

Resend Welcome Email vs User Switching→Resend Welcome Email vs Simple Local Avatars→Resend Welcome Email vs One User Avatar | User Profile Picture→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.