There is a very common requirement especially in web services, that of sending notification email for some action say, addition/deletion/updation of database in user signup or product selection in a shopping cart. Ruby handles it beautifully. This is obvious. What is not obvious is that it actually gives user different ways of implementing it.
RubyMail
TMail
ActionMailer (uses [...]
Filed under: Rails, Ruby, technical | Leave a Comment »