From 445090d0849f90b23810a13ef04570e671000ac8 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 9 May 2014 14:37:17 -0400 Subject: [PATCH] change mailer default for publish --- app/mailers/videolisting_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/videolisting_mailer.rb b/app/mailers/videolisting_mailer.rb index 248f21a..a1823c3 100644 --- a/app/mailers/videolisting_mailer.rb +++ b/app/mailers/videolisting_mailer.rb @@ -1,5 +1,5 @@ class VideolistingMailer < ActionMailer::Base - default from: "noreply@propelmarketing.com" + default from: ENV['SMTP_ADDRESS'] def videolisting_complete(videolisting) @listing = videolisting