Source: show | on GitHub
# File actionmailer/test/mailers/delayed_mailer.rb, line 3 def test_message(*) mail(from: 'test-sender@test.com', to: 'test-receiver@test.com', subject: 'Test Subject', body: 'Test Body') end