Hi, I have the AddThis module on a Drupal 6 site set on the content type "images". What I'd like to have happen when I click the Email icon in the Toolbox is that an email gets sent with the node Image in the body of the email (or as an attachment). I have read about using Custom Template Variables, so I would like to do something like this:
{{note}}
{{url}}
{{var_thePhoto}}
---
where thePhoto is the photo displayed at url. Does this make sense? Can the Email service under service codes include node content, specifically, the image itself? If so, how would I go about defining this custom variable?
Thanks very much in advance,