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


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


source


Something like the inline_attachment gem might work for you.



+1


source







All Articles