diff --git a/app/mailers/product_orders_mails.rb b/app/mailers/product_orders_mails.rb index 1e56980..e1d1cef 100755 --- a/app/mailers/product_orders_mails.rb +++ b/app/mailers/product_orders_mails.rb @@ -2,7 +2,7 @@ class ProductOrdersMails < ActionMailer::Base layout 'mail' - default from: "Vitascreen " + default from: "Vitascreen " add_template_helper(TranslationHelper) def confirmation_cheque(product_order, options = {}) diff --git a/app/views/product_orders_mails/confirmation_cb.html.haml b/app/views/product_orders_mails/confirmation_cb.html.haml index 88c9699..514bf25 100755 --- a/app/views/product_orders_mails/confirmation_cb.html.haml +++ b/app/views/product_orders_mails/confirmation_cb.html.haml @@ -17,7 +17,7 @@ %br %br - =link_to "contact@styandus.com", "mailto:contact@styandus.com" + =link_to "contact@vitascreen.fr", "mailto:contact@vitascreen.fr" -elsif I18n.locale == :en @@ -38,6 +38,6 @@ %br %br - =link_to "contact@styandus.com", "mailto:contact@styandus.com" + =link_to "contact@vitascreen.fr", "mailto:contact@vitascreen.fr" diff --git a/app/views/product_orders_mails/confirmation_cheque.html.haml b/app/views/product_orders_mails/confirmation_cheque.html.haml index 19a89ed..ebde860 100755 --- a/app/views/product_orders_mails/confirmation_cheque.html.haml +++ b/app/views/product_orders_mails/confirmation_cheque.html.haml @@ -25,7 +25,7 @@ %br %br - =link_to "contact@styandus.com", "mailto:contact@styandus.com" + =link_to "contact@vitascreen.fr", "mailto:contact@vitascreen.fr" @@ -53,7 +53,7 @@ %br %br - =link_to "contact@styandus.com", "mailto:contact@styandus.com" + =link_to "contact@vitascreen.fr", "mailto:contact@vitascreen.fr" diff --git a/config/environments/production.rb b/config/environments/production.rb index d0e90bd..1cb0e8e 100755 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -77,7 +77,7 @@ Rails.application.configure do # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false - HOSTNAME="styandus.com" + HOSTNAME="vitascreen.quartz.xyz" #config.action_mailer.delivery_method = :file config.action_mailer.default_url_options = { :host => HOSTNAME }