anishathalye / gavel

A project expo judging system 📊
https://anishathalye.com/gavel-an-expo-judging-system/
GNU Affero General Public License v3.0
432 stars 236 forks source link

Implement mechanism for emailing judges their login link #1

Closed anishathalye closed 8 years ago

anishathalye commented 8 years ago

HackMIT used this script cause we didn't get around to implementing this functionality, but it shouldn't be too hard to do from within the app.

Even if Gavel didn't do this fully automatically, it could be made easier than it currently is.

ghost commented 8 years ago

I will be working on this. Feel free to assign.Self assigned.

ghost commented 8 years ago

Implemented using Mailgun. If there are concerns about not being vendor-neutral, the email sending could be done through good old SMTP, which I'm happy to implement if necessary.

anishathalye commented 8 years ago

Okay, finally done: 22d659f9075cebbb87354108ffb659afa3e673c8!