Env Variables
In your.env
file, make sure you have the following value set:
Email Verification
With Email verification enabled, users will not be able to interact with RECAP until they have proven that they are the owner of the email address used to sign up. Specifically, when setup an email will be sent to all new sign ups with a “link to verify”. To setup email verification, you can add the following to your.env
file:
SMTP_USER
/ SMTP_PASS
will be used to send the verification
emails to new sign ups. If using a gmail-powered account, you will need to allow username / password
login by third party services. To do this, you can follow the official guide from Google
here.