Class: Remail::Email

Inherits:
ActiveResource::Base
  • Object
show all
Defined in:
lib/remail-rails2.rb

Constant Summary collapse

@@headers =
{}

Instance Method Summary collapse

Instance Method Details

#from=(address) ⇒ Object

The sender address must be the email address of a registered administrator for the application



38
39
40
# File 'lib/remail-rails2.rb', line 38

def from=(address)
  self.sender = address
end