I have set up my react app to grab the data from the URL in the format
http://localhost:3000/confirm-email/email@example.com?code=469907
Is it possible to output the recipient's email in the sendgrid template.
The docs only show how to do this with only the code but it doesn't allow users to verify from another device like their phone without having to re-enter their email address.
It's not the biggest issue as I can check if the email parameter exists in the URL and add an input field if it does not have it from local storage but once again users would not be able to verify from a separate device.