infinitesunrise / carsinbikelanes

A browsable geographic database for crowdsourced traffic violation reporting
GNU General Public License v3.0
64 stars 18 forks source link

be notified when a new item is the queue. #24

Closed mathieuruellan closed 7 years ago

mathieuruellan commented 7 years ago

I didn't find where to configure smtp to be notified when a new item is in the queue.

infinitesunrise commented 7 years ago

No SMTP settings yet, all email sent through php's mail() function for the time being which I believe relies on the http server having correct mail settings? Would very much like to have SMTP options in the future. Closing this issue and opening a new one for that.

mathieuruellan commented 7 years ago

Ok, I'm not confident with php. But with docker, it will be a php.ini template, a sed and that's it ;)!