mcpa-stlouis / hack-the-arch

Welcome to HackTheArch! A free open source scoring server for cyber Capture the Flag competitions!
https://hackthearch.herokuapp.com
MIT License
67 stars 29 forks source link

Email + Sendgrid #45

Open jetbalsa opened 6 years ago

jetbalsa commented 6 years ago

To help with Docker Deployments, I suggest switching to the REST API for Sendgrid, and just calling for the API Key, Interfacing with Sendgrid's API is pretty stupid easy

Most providers block all the ports you would use for the SMTP versions of sendgrid

paullj1 commented 6 years ago

I had envisioned the docker deployments using Gmail, or something else. The config isn't that hard to modify, and it's primarily geared toward Heroku deployments (as stated in the README). If you've found a way to easily modify the config to support both, please feel free to submit a PR, or document your process in the wiki.

jetbalsa commented 6 years ago

Shouldn't be too bad, I'll brush up on my ruby