fix email bug
This commit is contained in:
parent
bc406ed5e4
commit
dc8cde7618
|
|
@ -111,6 +111,7 @@ module JamAdmin
|
|||
|
||||
config.redis_host = "localhost:6379"
|
||||
|
||||
config.email_support_alias = 'support@jamkazam.com'
|
||||
config.email_social_alias = 'social@jamkazam.com'
|
||||
config.email_alerts_alias = 'alerts@jamkazam.com' # should be used for 'oh no' server down/service down sorts of emails
|
||||
config.email_generic_from = 'nobody@jamkazam.com'
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ JamAdmin::Application.configure do
|
|||
# Show the logging configuration on STDOUT
|
||||
config.show_log_configuration = true
|
||||
|
||||
config.email_support_alias = 'support-dev@jamkazam.com'
|
||||
config.email_generic_from = 'nobody-dev@jamkazam.com'
|
||||
config.email_alerts_alias = 'alerts-dev@jamkazam.com'
|
||||
config.email_social_alias = 'social-dev@jamkazam.com'
|
||||
|
|
|
|||
Loading…
Reference in New Issue