Class: TestMailer

Inherits:
ApplicationMailer show all
Defined in:
lib/bridgetown-plugin-nano/templates/email/test_mailer.rb

Instance Method Summary collapse

Instance Method Details

#greetingsObject



2
3
4
5
# File 'lib/bridgetown-plugin-nano/templates/email/test_mailer.rb', line 2

def greetings
  @name = params[:name]
  mail(to: params[:recipient], subject: "Welcome to My Awesome Site")
end