tweak emails
This commit is contained in:
parent
2899da9823
commit
e542bda8ef
2 changed files with 7 additions and 6 deletions
|
|
@ -7,8 +7,9 @@ YTLF_TICKET_ID = 50
|
|||
class Mailbot < ActionMailer::Base
|
||||
helper ConferenceHelper
|
||||
|
||||
default bcc: -> { SNAPCON_BCC_ADDRESS },
|
||||
template_name: -> { EMAIL_TEMPLATE },
|
||||
default bcc: SNAPCON_BCC_ADDRESS,
|
||||
template_name: EMAIL_TEMPLATE,
|
||||
content_type: 'text/html',
|
||||
to: -> { @user.email },
|
||||
from: -> { @conference.contact.email }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue