Class: ActionMailer::Base

Inherits:
Object
  • Object
show all
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
}