Add image to new mail in entourage

Hi all,

I have (as you might have guessed) a little problem:

I’m writing a script to automatically send an e-mail message to a selected group of people with Entourage. This is part of a bigger script for checking backup log files.
The problem is that the content of the message should contain some images (three images to be exact).
I use make new outgoing message at drafts folder with properties {} to get the message in the drafts folder first. The properties I’m setting are: to recipients, subject, content and has html (which is set to true).

I can add attachments to the mail by using the attachment keyword with the property settings, but this will just add the images to the bottom of the text, not in the place where I want them.

Anyone has an idea?

PS: I already tried the usual html structures for adding image to html pages, but nothing with the tag gives me any result (maybe my filepath is wrong, I tried using just the name of the image and the full path of the image)

PS2 (no, not Playstation 2…): the mail should become something like this:

texttexttexttexttexttexttexttext
texttexttexttexttexttexttexttext
texttexttexttexttexttexttexttext

image

texttexttexttexttexttexttexttext
texttexttexttexttexttexttext

image

texttexttexttexttext

texttext
text

Thanks