Sha256: b7b079a6b18682da45e5e8c84d8c9957a41cbb47b28b5ee616817a7c30940309
Contents?: true
Size: 441 Bytes
Versions: 4
Compression:
Stored size: 441 Bytes
Contents
class NotificationMailer < ActionMailer::Base layout "notification_mailer" default :from => "Johnny Quids<quidlicker@example.com>" def welcome_email mail(:to => "archie@example.com", :subject => "We need dry ice") end def email_with_html_only mail(:to => "archie@example.com", :subject => "We need dry ice") end def welcome_html_email mail(:to => "archie@example.com", :subject => "We need dry ice") end end
Version data entries
4 entries across 4 versions & 2 rubygems