Andrew Klimek
Forum Replies Created
-
Forum: Reviews
In reply to: [Re-Welcome] Exactly what we neededThanks for the review—glad someone out there could make use of this simple plugin.
Forum: Plugins
In reply to: [Re-Welcome] Mass SendingWell, I’ve tested it twice on my end and it’s working well, so I just pushed this new version to support bulk resend.
Forum: Reviews
In reply to: [Re-Welcome] Massive Fail!What’s with the sarcasm? It’s a free plugin and it works for other people.
Sounds like an SMTP issue or another plugin has replaced the “wp_new_user_notification” function
Forum: Plugins
In reply to: [Re-Welcome] Mass SendingThere was a change in WP 4.7 that made this quite doable. I just added it. Here’s a beta if you’d like to test: https://andrewklimek.com/wp-content/plugins/re-welcome.zip
Forum: Reviews
In reply to: [Re-Welcome] Doesn't work for meIt’s working fine for me. Is your site sending the initial registration emails ok? This plugin really just triggers the same action…
If you want to help troubleshoot, you can add this to the plugin (or anywhere):
add_action( 'wp_mail_failed', function( $error ){ error_log( var_export( $error, true ) ); } );
and check the debug log to see if wp_mail returns any errors.
Forum: Plugins
In reply to: [Re-Welcome] Does not send mail to users in 4.2.xGreat!
Forum: Plugins
In reply to: [Re-Welcome] sendin "notice of password change"I’m sorry, I never saw this post!
There have been significant changes to the new user notification in WP core since you posted, hopefully everything’s working now.
Let me know if you still need help.
Forum: Plugins
In reply to: [Re-Welcome] Does not work in 4.4.2Hey, I’m sorry I never saw this thread. Is everything still working? Definitely some big changes in core, and it wasn’t properly deprecated at first.
Thanks for the review!
Forum: Plugins
In reply to: [Re-Welcome] Does not send mail to users in 4.2.xHi Lu… Sorry I never saw this ticket!
I just added pre-4.3 support (There was a major change to this functionality in WP 4.3).
Can you update this plugin to 1.0 and tell me if it’s working now?