mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Default from in Mailbot was never used
This commit is contained in:
parent
37e0b5f5b8
commit
8392fca0dc
1 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
class Mailbot < ActionMailer::Base
|
class Mailbot < ActionMailer::Base
|
||||||
default from: 'no-reply@example.com'
|
|
||||||
|
|
||||||
def registration_mail(conference, user)
|
def registration_mail(conference, user)
|
||||||
mail(to: user.email,
|
mail(to: user.email,
|
||||||
from: conference.contact.email,
|
from: conference.contact.email,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue