Title: Resend Welcome Email
Author: Hudson Atwell
Published: <strong>September 17, 2014</strong>
Last modified: February 24, 2018

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/resend-welcome-email.svg)

# Resend Welcome Email

 By [Hudson Atwell](https://profiles.wordpress.org/adbox/)

[Download](https://downloads.wordpress.org/plugin/resend-welcome-email.1.1.9.zip)

 * [Details](https://wordpress.org/plugins/resend-welcome-email/#description)
 * [Reviews](https://wordpress.org/plugins/resend-welcome-email/#reviews)
 *  [Installation](https://wordpress.org/plugins/resend-welcome-email/#installation)
 * [Development](https://wordpress.org/plugins/resend-welcome-email/#developers)

 [Support](https://wordpress.org/support/plugin/resend-welcome-email/)

## Description

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](https://github.com/atwellpub/resend-welcome-email)

[Follow Developer on Twitter](https://twitter.com/atwellpub)

#### Contributors

[Tibor Repček](https://github.com/tiborepcek/) – translation into slovak language(
slovenčina)

## Installation

 1. Upload `resend-welcome-email` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

  Installation Instructions

 1. Upload `resend-welcome-email` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

  Do you provide support for this plugin

Not really. Please open an issue on GitHub though if you have a problem. I am keeping
track with pull requests so fire away.

## Reviews

![](https://secure.gravatar.com/avatar/d5a7c4f84f7d8e9064cbfc02423c60cf95e68ec8a55f3e1f3d92fa050f2e9000?
s=60&d=retro&r=g)

### 󠀁[Works as described](https://wordpress.org/support/topic/works-as-described-223/)󠁿

 [fiberlyone](https://profiles.wordpress.org/fiberlyone/) August 11, 2018

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/

![](https://secure.gravatar.com/avatar/b5301e62669d70cda0a896ecb893ddd8066dbd4623f550549b1df5c046af5a08?
s=60&d=retro&r=g)

### 󠀁[for myself – Made a separate column](https://wordpress.org/support/topic/for-myself-made-a-separate-column/)󠁿

 [kolshix](https://profiles.wordpress.org/kolshix/) May 2, 2018

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 *//

![](https://secure.gravatar.com/avatar/22585cf9be02957c830fe939ab410d506f28ab754ebcf672b152c3508790a7f0?
s=60&d=retro&r=g)

### 󠀁[Works great](https://wordpress.org/support/topic/works-great-4753/)󠁿

 [phantasmix](https://profiles.wordpress.org/phantasmix/) March 2, 2018

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

![](https://secure.gravatar.com/avatar/07005c4e08ca33764362edb1ab96faf9b1a5374d69001c1de318d15316a21473?
s=60&d=retro&r=g)

### 󠀁[Move along. Nothing happening here.](https://wordpress.org/support/topic/move-along-nothing-happening-here/)󠁿

 [Jon Hart](https://profiles.wordpress.org/jon-hart/) June 30, 2017

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

![](https://secure.gravatar.com/avatar/eb23b73186f325a152f3816d7e68a0892c6fea47c138d5b4ae5bc4ec8cb33959?
s=60&d=retro&r=g)

### 󠀁[Resend welcome email](https://wordpress.org/support/topic/resend-welcome-email/)󠁿

 [ianthomas](https://profiles.wordpress.org/ianthomas/) September 3, 2016

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.

![](https://secure.gravatar.com/avatar/bd60618ed159962e7780873c9dedf892c0e308e01def05038e75b2208929836d?
s=60&d=retro&r=g)

### 󠀁[sends emails, missing links](https://wordpress.org/support/topic/sends-emails-missing-links/)󠁿

 [punknomad](https://profiles.wordpress.org/punknomad/) September 3, 2016 1 reply

This sends the emails, but unfortunately they are missing the link to reset the 
password; it’s just blank where the url should be.

 [ Read all 10 reviews ](https://wordpress.org/support/plugin/resend-welcome-email/reviews/)

## Contributors & Developers

“Resend Welcome Email” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Hudson Atwell ](https://profiles.wordpress.org/adbox/)
 *   [ Rami Yushuvaev ](https://profiles.wordpress.org/ramiy/)
 *   [ jazbek ](https://profiles.wordpress.org/jazbek/)
 *   [ Andy Fragen ](https://profiles.wordpress.org/afragen/)
 *   [ titus ](https://profiles.wordpress.org/titus/)

“Resend Welcome Email” has been translated into 7 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/resend-welcome-email/contributors)
for their contributions.

[Translate “Resend Welcome Email” into your language.](https://translate.wordpress.org/projects/wp-plugins/resend-welcome-email)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/resend-welcome-email/),
check out the [SVN repository](https://plugins.svn.wordpress.org/resend-welcome-email/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/resend-welcome-email/)
by [RSS](https://plugins.trac.wordpress.org/log/resend-welcome-email/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.9

 * Adding fr_FR translations (shoutout to Thibaut Ninove)
 * Fixing i18n support

#### 1.1.8

 * Improving labels
 * Removing commented code

#### 1.1.3

 * Updating ‘Tested up to’ in readme.txt

#### 1.1.2

 * Adding language files sk_SK.po, sk_SK.mo

#### 1.1.1

 * Adding resend welcome email to user row action link.
 * Converting edit_user to edit_users to fix soft error.

#### 1.1.0

 * Security: Escape translated strings.
 * Refactor.
 * Fix: Logic in notice.
 * Add: Multisite compatibility.

#### 1.0.3

 * Security: Prevent direct access to php files.
 * Security: Prevent direct access to directories.
 * i18n: Use [translate.wordpress.org](https://translate.wordpress.org/) to translate
   the plugin to other languages.

#### 1.0.2

 * wp_new_user_notification() stopped sending passwords via email, and instead it
   sends a reset password link.

#### 1.0.1

 * Initial release.

## Meta

 *  Version **1.1.9**
 *  Last updated **8 years ago**
 *  Active installations **1,000+**
 *  WordPress version ** 4.3.1 or higher **
 *  Tested up to **4.9.29**
 *  PHP version ** 5.3 or higher **
 *  Languages
 * [English (Australia)](https://en-au.wordpress.org/plugins/resend-welcome-email/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/resend-welcome-email/),
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/resend-welcome-email/),
   [English (UK)](https://en-gb.wordpress.org/plugins/resend-welcome-email/), [English (US)](https://wordpress.org/plugins/resend-welcome-email/),
   [German](https://de.wordpress.org/plugins/resend-welcome-email/), [Hebrew](https://he.wordpress.org/plugins/resend-welcome-email/),
   and [Italian](https://it.wordpress.org/plugins/resend-welcome-email/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/resend-welcome-email)
 * Tags
 * [support](https://wordpress.org/plugins/tags/support/)[user management](https://wordpress.org/plugins/tags/user-management/)
   [users](https://wordpress.org/plugins/tags/users/)[welcome email](https://wordpress.org/plugins/tags/welcome-email/)
 *  [Advanced View](https://wordpress.org/plugins/resend-welcome-email/advanced/)

## Ratings

 3.7 out of 5 stars.

 *  [  6 5-star reviews     ](https://wordpress.org/support/plugin/resend-welcome-email/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/resend-welcome-email/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/resend-welcome-email/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/resend-welcome-email/reviews/?filter=2)
 *  [  3 1-star reviews     ](https://wordpress.org/support/plugin/resend-welcome-email/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/resend-welcome-email/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/resend-welcome-email/reviews/)

## Contributors

 *   [ Hudson Atwell ](https://profiles.wordpress.org/adbox/)
 *   [ Rami Yushuvaev ](https://profiles.wordpress.org/ramiy/)
 *   [ jazbek ](https://profiles.wordpress.org/jazbek/)
 *   [ Andy Fragen ](https://profiles.wordpress.org/afragen/)
 *   [ titus ](https://profiles.wordpress.org/titus/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/resend-welcome-email/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://hudson.atwell@gmail.com)