Class: Remail::Email
- Inherits:
-
ActiveResource::Base
- Object
- ActiveResource::Base
- Remail::Email
- Defined in:
- lib/remail-rails2.rb
Constant Summary collapse
- @@headers =
{}
Instance Method Summary collapse
-
#from=(address) ⇒ Object
The sender address must be the email address of a registered administrator for the application.
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 |