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?
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.