vote up 0 vote down star

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?

flag

2 Answers

vote up 0 vote down

Something like the inline_attachment gem may work for you.

link|flag
Isn't there any way by which I can do this without using any gem or plugin? – Waseem Sep 2 at 18:26
vote up 1 vote down

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/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.