How to send activation email for registered user again manually?

Dear Community,

is it possible to send the activation email for a registered - not confirmed user - again?
How could I trigger it?

Thank you in advance?

Bye
Chris

I don’t think this is possible with the Login extra.

If you really need the functionality, you could try recreating the code from the register processor.
Take a look a the functions sendActivationEmail(), gatherActivationEmailProperties() and setCachePassword().

But it’s probably easier to just register the user again or manually activate the user.

I could be wrong, but I think the ActivationEmail extra will send the email if you uncheck “Active” in the User Profile, save the user, then check it and save again.

1 Like