Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Verification Email Not Being Received #132

Open
Jasonleh99 opened this issue Dec 29, 2020 · 3 comments
Open

Verification Email Not Being Received #132

Jasonleh99 opened this issue Dec 29, 2020 · 3 comments
Assignees

Comments

@Jasonleh99
Copy link
Contributor

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

@zpinto
Copy link
Member

zpinto commented Dec 30, 2020

@Jasonleh99

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.

Screen Shot 2020-12-30 at 1 51 39 PM

Screen Shot 2020-12-30 at 1 50 49 PM

@zpinto zpinto self-assigned this Dec 30, 2020
@Jasonleh99
Copy link
Contributor Author

@zpinto

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:

[email protected]

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?

@zpinto
Copy link
Member

zpinto commented Jan 4, 2021

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants