Image_tag resolution of path to image not working in html emails

I’m using the inline_attachment gem at:

http://github.com/betamatt/inline_attachment/tree/master

to include images in my html emails and almost have everything working
well now, except that what works in development does not work in
production.

when sent from the development machine here’s what gets inserted by
image_tag in the email that goes out:

RedeyeStats.com

when sent from production:

RedeyeStats.com

Note the relative path.

So, something’s not getting resolved correctly in production. Can
anyone pt me in the right direction to figure out why?

Thx.