Class: HelloMailMailer

Inherits:
ActionMailer::Base
  • Object
show all
Defined in:
lib/mailers/hello_mail_mailer.rb

Instance Method Summary collapse

Instance Method Details

#test_email(to) ⇒ Object



4
5
6
# File 'lib/mailers/hello_mail_mailer.rb', line 4

def test_email(to)
	mail(:to => to, :subject => "This is a test email", :body => "Hello Mail!")
end