views:

435

answers:

2

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?

+1  A: 

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.

Check out
http://blog.thoughtobject.com/2007/05/26/5/

Kevin Boyd
+1  A: 

Something like the inline_attachment gem may work for you.

Bill Turner
Isn't there any way by which I can do this without using any gem or plugin?
Waseem