Commit Graph

7 Commits

Author SHA1 Message Date
78abef12af Fix missing 'smtp_from' variable when notifications are turned off
Application would break in production because Rails.config.smtp_from
was not set if GREENLIGHT_MAIL_NOTIFICATIONS was false.
2017-01-06 17:45:29 -02:00
f763d8394e Add flag to enable/disable mail notifications 2016-12-08 18:55:41 -02:00
e94f3d7a10 Send an email to the user when a recording is done processing
Had to add an email attribute to users to store their email to send the
notification. Will only send it for user rooms since they are the only
ones we know who to notify.
2016-12-08 18:33:19 -02:00
47e0e948d1 Added LGPL 3.0 license to all source/config files 2016-11-29 14:44:13 -05:00
84fb5c617f configure i18n 2016-11-03 17:22:33 -04:00
8427547698 application configuration 2016-11-01 16:09:24 -04:00
a15bf5b3a9 first commit 2016-10-13 17:30:58 +00:00