techx / quill

📝 Registration, for hackathons!
https://medium.com/hackmit-stories/quill-an-open-source-hackathon-registration-system-91f3a06d22a2
GNU Affero General Public License v3.0
447 stars 341 forks source link

Populate email templates from .env #32

Closed jlin816 closed 7 years ago

jlin816 commented 7 years ago

As a continuation of this revision (should be an easy fix given all the locations listed here): https://github.com/techx/quill/pull/31, ideally we should be able to set the email sender and name from a .env variable and have it update on all the templates.

jlin816 commented 7 years ago

Done in #33 and #36.