EricSSartorius / Judging-System

U-Judge: Universal Judging System using Angular Meteor (OLD)
http://www.universaljudge.com/
1 stars 1 forks source link

56 email notifications #61

Closed felicedeNigris closed 8 years ago

felicedeNigris commented 8 years ago

In line 109 of creat-event.ng.js I am using iamtheepic@gmail.com as the from email sender. I would change that. I only put that there because Email.send() needs real email addresses to work. Besides that it should work. I would install check and email package if you don't have them after the merge. meteor add email meteor add check Let me know if it works?