@@ -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] |