Angular + Okta Widget remove emails

I have implemented Okta Widget with Angular and connected it to Spring Boot. I would like to know if there is any possibility of disabling the emails sent from Okta, or if there is a was to redirect them to an event handler lets say.

Thank you very much !

Hi @Cristian

Which type of email are you referring to? The account activation, password reset or other emails?

Hi @dragos

I am referring to the account activation indeed. thank you !

what type of application you used Single Page or web? Single page is working with me but how to iplement web in this scenario

I am using Single Page application. What did you do to make it work ?