Resending confirmation emails

Hi there!
http://support.backendless.com/t/resend-of-confirmation-email
Have you implemented the resending option?

Hi, Evgeny.
Unfortunately, no. It is still in our roadmap but currently, we have more priority features to implement.
Regards Ilya

Hey, has this been done yet?

No, sorry, we have not gotten to it yet.

Hi,
Any update regarding this feature request?

Thanks in advance!

Hi @Enrique_Diaz, actually, it has been done, but not documented yet. Please let me know which Backendless SDK you use and I will help with the API.

Regards,
Mark

@mark-piller,
I’m using the JavaScript API v5.2.13.

Hello @Enrique_Diaz

The version of JS-SDK contains a method for resending email confirmation

Backendless.Users.resendEmailConfirmation(userEmail).then(...).catch(...)

Regards, Vlad

1 Like

Hi @vladimir-upirov,

Indeed, the method works as expected. Thanks!

Regards,
Enrique

Hi @mark-piller , could you please share the REST API for resend email confirmation too?