Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 21.1

...

Sending messages requires you to assemble an instance of Mail and feeding it to the sendMessage() operation.

Image Modified

Image Modified

Operation sendMail

Multiexcerpt include
MultiExcerptNamesendMessage
PageWithExcerptJavaMail

...

Tip
iconfalse
titleInline Images

Inlining Adding inline images in to HTML emails is an art form. Be prepared to see different results depending on the client application receiving your message. Make sure to test your HTML code thoroughly to get good results.
Also, sending large images inline is considered bad style as it blows up message size considerably and could be replaced with links to online locations of the image (e.g. a CDN or publicly accessible web server).

...