How do I attach an inline image to the email being sent by ActionMailer? How do I test if image was really attached at a specific place in the Email?
Asked
Active
Viewed 1,332 times
2 Answers
1
There is an interesting article about Action Mailer inline attachment here, which has some code detailing how to solve the problem. Probably may be of help to you.

Kevin Boyd
- 12,121
- 28
- 86
- 128
1
Something like the inline_attachment gem may work for you.

Bill Turner
- 3,695
- 1
- 20
- 26
-
Isn't there any way by which I can do this without using any gem or plugin? – Waseem Sep 02 '09 at 18:26