how to send emails in ror application

Either install your own or use your ISPs or hosting company’s SMTP server.

Best regards

Peter De Berdt

http://wiki.rubyonrails.org/rails/pages/HowToSendEmailsWithActionMailer

Or even better: buy the Agile Web Development with RoR book at http://pragmaticprogrammer.com/titles/rails/

Best regards

Peter De Berdt

You either use sendmail or smtp:

ActionMailer::Base.delivery_method =:smtp

Best regards

Peter De Berdt

In addition to the other pointers. Ryan Davies has just done a screencast on this topic

http://railscasts.com/episodes/61

There’s no more to it, you’ll have to use your common sense and the log files to find out what goes wrong.

Best regards

Peter De Berdt