I have Outlook Express 5 - Macintosh Edition.
Can someone tell me how to insert or imbed a .jpg
directly into a text message?
I want the recipient to be able to see the image immediately
upon opening their message.
Any suggestions?
Thanks in advance!
Steve
> I have Outlook Express 5 - Macintosh Edition.
>
[quoted text clipped - 9 lines]
>
> Steve
OE for Mac cannot by itself create true HTML formatted mails. For
this, one must use the AppleScript - Send Complex HTML.
http://www.scriptbuilders.net/
Place the applescript in the Script Menu Items folder
(HD>DOCUMENTS>MICROSOFT USER DATA>SCRIPT MENU ITEMS)
Then READ the instructions that come with the Script.
Be advised though, that you must know how to write HTML to create the
content of an original, true HTML mail.
When you compose and send a true HTML mail in Mac OE (or any e-mail client
really), the HTML colors, text, text formatting, tables, and general
layout that is described by the HTML code, is rendered in the body of the
e-mail the same way that a real browser window would interpret it.
BUT, just like a browser rendering a webpage, any actual images (or
Shockwave/Flash files) must be called from the web somewhere.
So when you send a true HTML mail using the AppleScript "Send Complex HTML",
any images that you wish to be displayed in the HTML mail message must be
placed on the Net somewhere first, and then referred to in the HTML code.
So you create your HTML code, but make your IMG SRC refer to a file on your
web site, or homepage server space at your ISP, or somewhere else:
<IMG SRC="http://www.myserver.com/my_picture_file.gif" etc...>
<EMBED SRC="http://www.myserver.com/my_shockwave_file.swf" etc...>
Then when the mail is received, the HTML layout is created locally from the
embedded code, but the images are fetched from the net and rendered in the
layout.
(There may now be a way to have the HTML fetch the images from an attached
file, instead of the 'net, but I'm not sure on that.)
=========================
Kenny F
Ian_ - 22 Jul 2004 19:05 GMT
Hi Steve & Kenny,
If the recipient is using OE;
Preferences,
Display,
Show attached pictures in messages.
Then it seems that a jpeg/gif can be dropped in,
which shows at the _END_ of the OE message,
or several bunched together, in the order they were added,
(but not on this newsg).
Not visible in draft, but shows in outbox list, preview pane.
Kenny F wrote on 19/7/2004 11:17 pm:
>> Can someone tell me how to insert or imbed a .jpg
>> directly into a text message?
>> Steve
>
> OE for Mac cannot by itself create true HTML formatted mails. For
> this, one must use the AppleScript - Send Complex HTML.
<snip>
> So when you send a true HTML mail using the AppleScript "Send Complex HTML",
> any images that you wish to be displayed in the HTML mail message must be
[quoted text clipped - 16 lines]
> =========================
> Kenny F
HTH, &B-) Ian
No Spam, Please reply to newsgroup!