change mailer default for publish
This commit is contained in:
parent
ab3b6a2407
commit
445090d084
@ -1,5 +1,5 @@
|
|||||||
class VideolistingMailer < ActionMailer::Base
|
class VideolistingMailer < ActionMailer::Base
|
||||||
default from: "noreply@propelmarketing.com"
|
default from: ENV['SMTP_ADDRESS']
|
||||||
|
|
||||||
def videolisting_complete(videolisting)
|
def videolisting_complete(videolisting)
|
||||||
@listing = videolisting
|
@listing = videolisting
|
||||||
|
Loading…
Reference in New Issue
Block a user