Add a default bcc for testing purposes.
This commit is contained in:
parent
a4d0cabe98
commit
845f19c379
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue