Assistance is needed for the email verification process. Users must be verified to use the application.
Here is the process:
- The user signs up (for my application).
- The user is then prompted to verify their email address via an email.
- The user receives a welcome email containing the verification link.
- Upon opening the email, the user clicks on the verification link and is redirected to a page within the application (success).
I want to implement this using SendGrid.
Can anyone provide instructions on how to do this, or direct me to any posts that offer step-by-step guidance?