Add a default bcc for testing purposes.

This commit is contained in:
Roland Jesse 2012-07-25 23:01:26 +02:00
parent a4d0cabe98
commit 845f19c379

View file

@ -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)