|
|
@ -74,12 +74,12 @@ Rails.application.configure do |
|
|
|
|
|
|
|
|
config.action_mailer.delivery_method = :smtp |
|
|
config.action_mailer.delivery_method = :smtp |
|
|
|
|
|
|
|
|
config.action_mailer.default_url_options = { host: 'ikea-foundation-week-2024.onc.dk', protocol: 'https' } |
|
|
|
|
|
|
|
|
config.action_mailer.default_url_options = { host: 'spotlinks.ikeafoundation.org', protocol: 'https' } |
|
|
|
|
|
|
|
|
config.action_mailer.smtp_settings = { |
|
|
config.action_mailer.smtp_settings = { |
|
|
address: 'smtp.bluepipe.net', |
|
|
address: 'smtp.bluepipe.net', |
|
|
port: 25, |
|
|
port: 25, |
|
|
domain: 'ikea-foundation-week-2024.onc.dk' |
|
|
|
|
|
|
|
|
domain: 'spotlinks.ikeafoundation.org' |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|