app/mailers/phcscriptcdnpro/application_mailer.rb in phcscriptcdnpro-64.1.0 vs app/mailers/phcscriptcdnpro/application_mailer.rb in phcscriptcdnpro-65.0.0
- old
+ new
@@ -1,8 +1,6 @@
module Phcscriptcdnpro
class ApplicationMailer < ActionMailer::Base
-
- default from: 'no-reply@phcnetworks.net'
+ default from: 'from@example.com'
layout 'mailer'
-
end
end