Files
postal/app/mailers/application_mailer.rb

5 lines
140 B
Ruby

class ApplicationMailer < ActionMailer::Base
default :from => "#{Postal.smtp_from_name} <#{Postal.smtp_from_address}>"
layout false
end