xMsg javascript has not been loaded.
Catalog: Mail
Label: Outgoing Mail Message Queue
Retrieve: true
Insert: true
Update: false
Delete: false
The columns of the table SMTP are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert.
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 ';'. |
06-04-2021 14:37 Version 20.1.393-BETA+3152