From 8392fca0dcef15c8cfd0b91efd2423c0642221de Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Thu, 21 Apr 2016 16:38:50 +0200 Subject: [PATCH] Default from in Mailbot was never used --- app/mailers/mailbot.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/mailers/mailbot.rb b/app/mailers/mailbot.rb index 9a6e3980..e0259298 100644 --- a/app/mailers/mailbot.rb +++ b/app/mailers/mailbot.rb @@ -1,6 +1,4 @@ class Mailbot < ActionMailer::Base - default from: 'no-reply@example.com' - def registration_mail(conference, user) mail(to: user.email, from: conference.contact.email,