Hi all, i''ve set up ar_mailer. It''s all working except the sending over smtp. Emails are showing up in the emails table. in enviroment.rb ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.smtp_settings = { :address => "domain.de", :port => 25, :domain => "domain.de", :authentication => :plain, :user_name => "my-7y4VAllY4QU@public.gmane.org", :password => "mypw" } Is this correct? ar_sendmail looks like that: ----------------------------------------------- C:\rails\newsletter>ar_sendmail -ov expired 0 emails from the queue found 3 emails to send C:\rails\newsletter> ----------------------------------------------- But i didn''t got an email. Does somebody knows why? thanks dexcs -- 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 -~----------~----~----~----~------~----~------~--~---