Hi, you have mention about how to store files in database. How to attach those files with mail using action mailer? I have search many sites but not able to find the way to attach database files. Everywhere the help of attaching files stored in file system is given.
|
|
It's not very different from sending attachments stored on disk. Say you have a model
Of course, if you store your data differently or if the database columns are named differently, you should adjust the methods of the I hope this helps. |
||
|
