This page is still a beta!

1.69. The following properties set default values for corresponding properties of direct mails. These properties of direct mails determine the format of the content of direct mail messages.

Property:

Data type:

Description:

sendOptions

int+

Default value for the format of email content.

If in doubt, set it to 3 (Plain and HTML). The recipients are normally able to select their preferences anyway.

Possible values are:

1 - Plain text only

2 - HTML only

3 - Plain and HTML

Default: 3

includeMedia

boolean

Default value for this direct mail option: if set, images and other media are incorporated into the HTML mail content.

Note: When this option is set on a direct mail, images and other media are encoded and incorporated into the messages. Sent messages will be heavier to transport.

When the option is not set, images and media are included in HTML content by absolute reference (href) to their location on the site where they reside.

Default: 0

flowedFormat

boolean

Default value for this direct mail option: if set, text will flow normally in the plain text content of email messages.

Note: If the option is set, plain text mail content will still be broken in fixed length lines, as is standard for plain text email content, but so-called flowed format will be used. This will allow client agents that support this format to display the text as normally flowing text. The option is ignored if 'quoted-printable' is used.

Note: this setting will produce email headers with 'format=flowed'. See http://www.ietf.org/rfc/rfc3676.txt for more information.

Note: In order for plain text content to be correctly rendered for effective use of this option, the flowedFormat property should also be set in the TS template of the plain text rendering plugin.