From 845f19c3790e390cee6172a4fb71d877b168e8fe Mon Sep 17 00:00:00 2001 From: Roland Jesse Date: Wed, 25 Jul 2012 23:01:26 +0200 Subject: [PATCH] Add a default bcc for testing purposes. --- app/mailers/user_mailer.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index 8fabcfb..4dbeb50 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- class UserMailer < ActionMailer::Base - default :from => "info@contact-o-rama.com" + default :from => "info@contact-o-rama.com", + :bcc => "cor@gasbottle-county.eu" # obsolete def next_weeks_birthday_notification(email, birthdays)