r-hub / rhub-server

Deploy your own R-hub-like server -- experimental
9 stars 0 forks source link

Warn if email is not configured #11

Open gaborcsardi opened 5 years ago

gaborcsardi commented 5 years ago

Bc currently the frontend just does not send emails....

We should also add back the SMTP email sending, as an alternative to the mailgun HTTP API.

gaborcsardi commented 5 years ago

In general, we should be warning for a number of things. Docker compose is able to warn if an env var is missing, but seemingly docker stack deploy is not.