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