Sending HTML mail within Notes

I would like to minimize message sizes by sending out emails with URL graphics instead of the graphics embedded into the message. Much the way Notes can receive HTML messages and pull the images off the web.

Has anyone done this?

Subject: Mime Messages

if you are talking about doing this via LotusScript, then sending a MIME formatted message is what you want. Have a look at the NotesMimeEntity and NotesMimeHeader classes.

Subject: import html

Hi!

To do this you have to setup your preferences for outgoing mail (Internet-Mail-Format for outgoing mail).

normaly notes converts the message in that format, that will be the best, so if you have images in your mail, the image will be in the mail (large size).

i only know one way to use a html image link:

  1. Write your html at a html editor and save it save it to disk

  2. Open a new Mail

  3. Enter the cursor at the body item

  4. select from file menu “import…”

  5. select your html file an click ok.

Greetings Michael