adds GMAIL_USERNAME to systemmailer

Robert Whitney 12 years ago
parent
commit
76c310ae85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/mailers/system_mailer.rb

+ 1 - 1
app/mailers/system_mailer.rb

@@ -1,5 +1,5 @@
1 1
 class SystemMailer < ActionMailer::Base
2
-  default from: "huginn@your-google-apps-domain.com"
2
+  default from: ENV['GMAIL_USERNAME']
3 3
 
4 4
   def send_message(options)
5 5
     @lines = options[:lines]