Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.
$CONFIG = { :domain => "clockingit.com" }ActionMailer::Base.smtp_settings = {
:address => "mail.example.com",
:port => 25,
:domain => 'example.com',
:user_name => "myusername",
:password => "mypassword",
:authentication => :login
}
1 to 2 of 2