New User Confimed Email not sending – FIXED

Ticket for: User Verification
0
New User Confimed Email not sending - FIXED 1
Daniel
Mar 29, 2019 08:00 AM 1 Answers
Member Since Mar 2019
Subscribed Subscribe Not subscribe
Flag(0)

Great Plugin - exactly what I needed.

Emails for New User Registered and Resend Activation Key work fine.

Except - New User Confirmed emails not sending.

I looked into the code, and from what I can tell, the uv_mail is missing from the code.

In functions.php, I inserted the following code after line 352. And now the New User Registered emails send.

Not sure if this is the exact right place to make this fix, but it's working.

Maybe this code can help with the fix for the next update.

Cheers - Dan

****************************************************
$user_data = get_userdata( $meta_data->user_id );
uv_mail( $user_data->user_email, array(
'action' => 'email_confirmed',
'user_id' => $meta_data->user_id,
) );
****************************************************

2 Subscribers
New User Confimed Email not sending - FIXED 1
New User Confimed Email not sending - FIXED 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
New User Confimed Email not sending - FIXED 4
PickPlugins
Mar 29, 2019
Flag(0)

Welcome to our forum.

Great thanks for your finding, i just update the plugin.

Regards

Sign in to Reply
Replying as Submit