You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
app/server/controllers/UserController.js uses the following call to send the verification email
line 190: Mailer.sendVerificationEmail(email, verificationToken);
The call to sendVerificationEmail fails to provide a callback to check for failure which could be useful for debugging why the verification email is not being sent.
P.S. I did try pressing the resend button
The text was updated successfully, but these errors were encountered:
We use SendGrid to send our automated emails. I looked into the logs to see what was happening with yours and found that the emails to your account are being delivered. They made it through your university's filters. Please check your spam or other automated mailboxes to see if the emails went there.
I've checked all my outlook inboxes but still haven't seen the verification email show up in any of my inboxes or junk mail inbox.
I asked a friend of mine from long beach to try applying for hackuci and it appears that he is having the same problem with not receiving the verification email in any of his inboxes. His email is:
I know that it was just recently the hackuci repo was updated to allow for students with subdomains in their emails to sign up. Do you think the subdomain is messing with the email? Or is this just isolated to long beach emails?
It seems that this issue is only occurring for Long Beach emails. I would recommend reregistering with another email, as we have now removed the edu email requirement.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am not receiving a verification email using the email:
[email protected]
app/server/controllers/UserController.js uses the following call to send the verification email
line 190:
Mailer.sendVerificationEmail(email, verificationToken);
The call to sendVerificationEmail fails to provide a callback to check for failure which could be useful for debugging why the verification email is not being sent.
P.S. I did try pressing the resend button
The text was updated successfully, but these errors were encountered: