mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
adds GMAIL_USERNAME to systemmailer
This commit is contained in:
parent
265fe65a83
commit
76c310ae85
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class SystemMailer < ActionMailer::Base
|
||||
default from: "huginn@your-google-apps-domain.com"
|
||||
default from: ENV['GMAIL_USERNAME']
|
||||
|
||||
def send_message(options)
|
||||
@lines = options[:lines]
|
||||
|
|
Loading…
Add table
Reference in a new issue