Hi everyone, I am not sure whether I understand email validation component fully so I would like to ask you if it can be used to confirm user’s mail after signing up? I’d like to prevent spreading of fake account but I am not sure this is the way this component is intended to be used for. Thank you.
As far as I understood the email validation component just checks if the input is a valid email format like @.. Meaning test@test.com is valid. There is no check if the email actually exists.
I see, thanks for your response. However, shouldn’t it be able to do automatically?
So there is no way to do that?
@Tommen you could try and find an email validation API service and use a custom action to send through the user email and update a record on the response you get from the API.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.