Fix email notifications
This commit is contained in:
parent
2e79f65989
commit
14011f8828
9 changed files with 43 additions and 28 deletions
|
|
@ -97,6 +97,7 @@ class Mailbot < ActionMailer::Base
|
|||
end
|
||||
|
||||
def build_email(conference, to, subject, body)
|
||||
logger.debug "Sending mail about #{subject} to #{to}"
|
||||
mail(to: to,
|
||||
from: conference.contact.email,
|
||||
reply_to: conference.contact.email,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue