Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed spelling of verification in user_verification_email env #435

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ REDIS_URL=redis://redis:6379/0
# This environment variable is used to skip user email verification after signup.
# Set to false for local testing. When set to true, ensure SMTP credentials are
# configured correctly so that verification emails can be sent to users.
USER_EMAIL_VERFICATION=false
USER_EMAIL_VERIFICATION=false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AngeloB-AIS can we please also make sure where this env is used, whether right spelling is being used or not?
Or have you already verified that?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, just seeing this @sumitd94. The misspelling is only present in this .env.example file.
Screenshot 2024-11-05 at 8 46 01 PM
Screenshot 2024-11-05 at 8 45 49 PM

SMTP_HOST=yourdomain.com
SMTP_ADDRESS=smtp.yourdomain.com
SMTP_PORT=587
Expand Down