has anybody actually gotten to send email working?
i tried putting this in my environments.rb file,
and the server will not start with it now.
i can remove the code and it will,
i am on vista home premium. i have ubuntu too,
but this is a vista client, ruby 1.8.6 and rails 1.2.6.
here is a sample of the code:
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.smtp_settings = {
:address => “smtp.client.com”,
:authentication => :login,
:user_name => “secret”,
:password => “bigsecret”
}
i started all this from RESTFUL AUTHENTICATION, but having
all kinds of trouble. anybody got something that more or less,
does the same thing but just works mostly?
thanks a bunch