app/mailers/application_mailer.rb (4 lines of code) (raw):

class ApplicationMailer < ActionMailer::Base default from: "noreply@example.com" layout 'mailer' end