Sending excel file as Mail attachment

I want to send a excel file as a Mail attachement in ROR

I am working on Ruby 1.8.7 and using Actionmailer (2.3.2).

Please help me out.

I want to send a excel file as a Mail attachement in ROR

I am working on Ruby 1.8.7 and using Actionmailer (2.3.2).

You might want to take a look at http://apidock.com/rails/v2.3.2/ActionMailer/Base

on how to add attachments :slight_smile:

Btw, you should’ve just mentioned the actionmailer version in your other post.