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?
|
|
|
|
|
|
|
Something like the inline_attachment gem may work for you. |
||
|
|
|
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. |
||
|
|
