Please enable JavaScript to view this site.

Navigation: » No topics above this level «

SMTP: Outgoing Mail Message Queue

Name: SMTP

Catalog: Mail

Label: Outgoing Mail Message Queue

Partition-specific: false

Select: true

Insert: true

Update: false

Delete: false

Table Columns

Name

Data Type

Label

Required

Documentation

bccEmail

string

Blank Carbon Copy Recipient Email Addresses

List of Blank Carbo Copy recipients, separated by ';'.

body

string

Body Text

Body text of the mail.

ccEmail

string

Carbon Copy Recipient Email Addresses

List of email addresses of the recipients of a copy, separated by ';'.

fromEmail

string

From Email Address

FROM email address.

fromName

string

From Name

FROM name.

headers

string

Mail Headers

List of headers, per header separated by ';'. The header name and value are separated by a ':'.

isBodyHtml

boolean

Body is HTML Text

True when the contents of the body are formatted as HTML, false when formatted as plain text.

minimumDeliveryDurationMsec

int32

Minimum Delivery Duration (ms)

Minimum deliver duration in milliseconds for the SMTP send plus inserted sleep when SMTP send finished earlier than the minimum.

priority

int32

Priority

Priority of the mail; negative is bulk, 0 is neutral, positive is urgent.

replyToEmail

string

Reply to Email Address

REPLY TO email address.

replyToName

string

Reply to Name

REPLY TO name.

smtpHostAddress

string

SMTP Server Host

Host name or IP-address of the SMTP server to send the mail through.

smtpHostPortNumber

int32

SMTP Server Port

Port number of the SMTP server.

smtpPassword

string

SMTP Server Password

Password for authentication of the user on the SMTP server.

smtpUserName

string

SMTP Server Log On Code

User name for authentication on the SMTP server.

subject

string

Subject

Subject of the mail.

toEmail

string

Recipient Email Addresses

List of email addresses of the recipients, separated by ';'.

 

10-09-2020 00:0820.1.206-BETA+2915