Hi guys,
Not sure what is wrong with my emailing. I suspected it has to do with
the environment config but it looks fine to me. The error I get is:
_________________________________________________________________
Errno::ECONNRESET in EmailController#remind
An existing connection was forcibly closed by the remote host.
_________________________________________________________________
Rails 1.2.5, ActionMailer 1.3.5, Ruby 1.8
environment.rb:
# Action Mailer email stuff
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.server_settings = {
  :address  =>  "smtp.comcast.net",
  :port     =>  25,
  :domain   => "www.proletariandesign.com",
  :authentication   => :login,
  :user_name        => "xxxx",
  :password         => "xxxx"
}
Thanks for any help.
- Adeel
-- 
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---