thomasalbert wrote:
> Newbie problem - I am on windows and can't get action mailer to send
> an email. There are no error messages, the command line says "Sent
> mail to " and then lists the contents. I have done lots of seacrhing
> on the web but I am missing something. Does Rails talk directly to
> mail.aapt.net.au (in my case) or is there a mail client or something
> that should be on windows? There is no activity on my modem when I try
> to send the email. Tom.

Im having the same problem.
I have installed action_mailer_tls plugin but still the same.
Hard to solve for me because I have no idea what exactly is going on.
Any help very welcome.

Im using Rails 2.1.2, this is in my environment.rb:

ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.smtp_settings = {
   :address  => "smtp.gmail.com",
   :port  => 587,
   :domain => "gmail.com",
   :user_name  => "blablabla",
   :password  => "hackme",
   :authentication  => :plain
   }
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to