Remix.run Logo
gus_massa 7 hours ago

The problem is how to start a conversation.

We had a similar problem in the university. At the beginning of the semester, the students have to register for a Moodle server with additional material. So when they create an account, we have to send a few thousands of confirmation emails in a short period out of the blue, that makes Gmail/Yahoo/Outlook/Whatever unhappy.

The solution was to ask the students to send an email to the server half an hour before registering. It's not ideal, but it adds us to a secret list of known contacts of the student, so (most) emails are delivered.

ryandrake 6 hours ago | parent | next [-]

> we have to send a few thousands of confirmation emails

What are you confirming, and why do you have to send it as E-mail? If it's sign-ups, just "confirm" using the same system that the user used to sign-up. Presumably HTTP.

em-bee 6 hours ago | parent [-]

on most services you sign up by using an email address (or a phone number) as an identifier. these need to be verified to make sure it's actually yours and not someone else's, or a typo.

ryandrake 6 hours ago | parent [-]

They don't need to be verified through E-mail or through the phone, though. A simple landing page after you sign up that says: "We signed up [E-mail] for this service using [phone number]. If this is incorrect, [click here] to make corrections" would work, too.

Frankly, I'm getting tired of having to constantly "verify" this and "confirm" that every time I sign up for or log into an online service. It's especially annoying after I've already signed up. Every bank that I haven't logged into for the last 5 milliseconds hits me with a "confirm your E-mail yet again" flow. I'm going to just start using "password" for my password if these guys keep insisting on round-tripping through my E-mail every time I need to do anything.

gus_massa 2 hours ago | parent | next [-]

We didn't want too many fake accounts. We didn't ask for phone numbers. It's very easy to get a burner email, in case someone wanted to avoid giving the main email. Burner phone numbers are harder.

Also, an important use is password and username recovery. We even got password or username request 30 minutes after signup! They had quiz to solve if they want to help during studding and it's good to track them.

We had a lot of wrong emails, in particular it was common someone@yahoo.com instead of someone@yahoo.com.ar because Yahoo! offer both options. Also someone@gmail.com.ar that does not exist, but that never stop users.

(If it help, we never asked to confirm the email again after the registration.)

em-bee 6 hours ago | parent | prev [-]

how do you prevent malicious use intentionally signing up someone else without verification? and how do you verify your own email if you are not technically competent enough to know how to spell your email correctly? (probably not an issue for students, but just seeing stories here on hackernews about people receiving emails not meant for them shows that this is an issue)

ryandrake 5 hours ago | parent [-]

I guess whether that matters depends on the actual application. As long as it's not spamming (E-mail or phone), the impact of having an incorrect email address may be low.

xigoi 7 hours ago | parent | prev [-]

Why are you making the students use their personal e-mail rather than the school e-mail?

em-bee 7 hours ago | parent [-]

it's probably the other way around. students use their private email, and they somehow can't make them use a school email.

xigoi 6 hours ago | parent [-]

Then make the system use the school e-mail automatically without asking them? That’s how it works at my faculty.

gus_massa 3 hours ago | parent [-]

IIRC, we don't give an automatic email for students.

I'm in the first year of the University of Buenos Aires. Everyone with a high school title can get into the First Year, no filtration before the first year. There are more than 50.000 students per year. The fist years is shared between the 13 Faculty (branches?). Each one has a different policy about the email for students. Moreover, inside each faculty each department has a different policy about the email for students (IIRC ~20 years ago in computer science every student got an email, but in math you got an email only after getting a undergraduate-TA position in ~3rd year).

Now the whole University has a deal with Microsoft so I got an email there. And also the First Year has a deal with Google so I got another email. Each faculty may self host or has another(s) deals with someone else, so I have another email in my old faculty. Three in total. I may even ask nicely to get a email as visitor in other departments/faculties, but I'm too lazy to do that. And some coworkers work in two or more faculties so add a few more emails for them.

Back to students, I have no idea how many emails they get now. Also, they may get the email a few months after the semester began, or not, I'm not sure and in the best case we definitively can wait until all the paperwork is done.