guoren/app/mailers/application_mailer.rb

5 lines
107 B
Ruby
Raw Permalink Normal View History

2016-12-22 20:00:08 +08:00
class ApplicationMailer < ActionMailer::Base
2017-01-14 15:43:34 +08:00
default from: "ucasguoren@heroku.com"
2016-12-22 20:00:08 +08:00
layout 'mailer'
end