Confirmation email using sendgrid

I’m not sure about the rest, but one thing is clear: if user does’nt click the link generated by strapi and sent by email the user can’t be set as email validated: true in the database, so if you want to hide that url you need to use a redirection service that receives whatever is the replaced link, to interpret that link in order to get the link generated by strapi and to programmatically access that link in order to confirm the user’s email.

1 Like