This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Use default email sender address from environment var
master
Adrian Short
11 years ago
parent
0cde4b1889
commit
76cf9e4b9b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/mailers/user_mailer.rb
+ 1
- 1
app/mailers/user_mailer.rb
View File
@@ -1,5 +1,5 @@
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
# with the following lookup:
Write
Preview
Loading…
Cancel
Save