app/mailers/user_mailer.rb
# frozen_string_literal: true
class UserMailer < Devise::Mailer
# def confirmation_instructions(record, token, opts = {})
# super
# end
# def reset_password_instructions(record, token, opts = {})
# super
# end
# def unlock_instructions(record, token, opts = {})
# super
# end
# def email_changed(record, opts = {})
# super
# end
# def password_change(record, opts = {})
# super
# end
end