multipart mail

im still very new to servoy and i dont know if it can be done right now, but after looking over the documentation- it doesn’t appear possible. Is sending multi-part emails available in servoy? If not, is it planned?

An multipart email is automaticly generated if you start your mail msg with or when you use attachements.

Hi,

I’m trying to send a multipart email.

  1. Am I right that any text before the tag will become the plaintext alternative?

  2. The messages I send from Mac OS X have

Content-Type: text/plain; charset=MacRoman

have I got any control over the charset used?

  1. The <!DOCTYPE goes in front of the tag.
    If I try to add one to my email it ends up in the plain-text part:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

swingman:

  1. Am I right that any text before the tag will become the plaintext alternative?

correct