Using proper mailing for the future
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
class SupporterMailer < ApplicationMailer
|
||||
include Roadie::Rails::Automatic
|
||||
|
||||
def welcome_email(supporter)
|
||||
@supporter = supporter
|
||||
mail(to: @supporter.email, subject: I18n.t('welcome_email.subject'))
|
||||
|
||||
Reference in New Issue
Block a user