|
@@ -1,5 +1,5 @@ |
|
|
class UserMailer < ActionMailer::Base |
|
|
class UserMailer < ActionMailer::Base |
|
|
default from: "from@example.com" |
|
|
|
|
|
|
|
|
default from: ENV['APOLLO_EMAIL_FROM'] || "from@example.com" |
|
|
|
|
|
|
|
|
# Subject can be set in your I18n file at config/locales/en.yml |
|
|
# Subject can be set in your I18n file at config/locales/en.yml |
|
|
# with the following lookup: |
|
|
# with the following lookup: |
|
|