Class: ActionMailer::Base
- Inherits:
-
Object
- Object
- ActionMailer::Base
- Includes:
- System::Net, System::Net::Mail
- Defined in:
- lib/actionmailer-ironruby.rb
Constant Summary collapse
- @@ironruby_settings =
{ :address => "localhost", :port => 25, :user_name => nil, :password => nil, :delivery_method => :network, :delivery_folder => nil }