houdini/app/mailers/testing.rb

4 lines
74 B
Ruby
Raw Normal View History

class Testing < ActionMailer::Base
default from: "from@example.com"
end