From e8762affa1efae74cd853038d3cb98c4e0a3e904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=B1or=20Rolando?= Date: Sat, 2 Nov 2013 15:08:48 +0100 Subject: [PATCH] Temporarily, we use the GCHQ mailserver up until the FreeBSD box has one set up. --- app/mailers/user_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index 4dbeb50..3b7c80b 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- class UserMailer < ActionMailer::Base - default :from => "info@contact-o-rama.com", + default :from => "contact-o-rama@gasbottle-county.eu", :bcc => "cor@gasbottle-county.eu" # obsolete