How to connect an inline image to the email sent by ActionMailer?
How to connect an inline image to the email sent by ActionMailer? How can I check if an image was actually attached at a specific location in an email?
+2
Waseem
source
to share
2 answers
There is an interesting article about the built-in Action Mailer application here which contains some code describing how to fix the problem. Perhaps it can help you.
Check out http://blog.thoughtobject.com/2007/05/26/5/
+1
Kevin Boyd
source
to share
Something like the inline_attachment gem might work for you.
+1
Bill turner
source
to share