[Zope] Sendmail tag and images

Jason Spisak webmaster@mtear.com
Thu, 19 Aug 1999 17:48:25 -0800


Zopists,

I am using the sendmail and mime tages to send an image with a few
files.  But in Zope2, images render to a url.  For example, <!--#var
Myimage--> renders "http://nyhost:8080/images/Myimage"  When trying to
send this via email, all that goes is the url, naturally.  I tried
<!--#var "_[Myimage]"-->, and I get a __hash__ error.  I tried it with
quotes, but that's looing for an object in the namespace and I get a
KeyError.  How do I et those raw bytes.

All my best,

Jason Spisak