In SimpleOne, email processing (sending and receiving) can be performed via the Email (sys_email) table. This table stores information about all received and sent messages in the system. Incoming email check is performed once a minute automatically. Outgoing emails are created by the system when conditions defined in a notification rule are met.
Use the Condition Builder tool and filtering to make a specific selection or to find a message you need. You can also configure a personal list layout to see the information you need.
Every email is represented as a table record. Incoming emails contain attachments in the .eml format which is a copy of the original letter. If the original letter contains files, they will also be attached to the record. |
Emails form fields
Field | Mandatory | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Subject | Y | Email subject. Should be entered in plain text as described in RFC 822. | |||||||||||||||
From | Y | The sender address. | |||||||||||||||
To | Y | The recipient address. | |||||||||||||||
Body (Plain Text) | Y | The message content in plain text (service information, such as HTML tags, CSS styles and options, any others are discarded automatically). | |||||||||||||||
Body (HTML) | N | The message content in HTML based on the rich text format. The following features are available:
| |||||||||||||||
Status | Y | The message statuses.
| |||||||||||||||
Type | Y | The type of new message. Depending on the type, the Inbound Email Actions are executed. Available options:
| |||||||||||||||
Content Type | N | This header is used to specify the MIME type of data in the letter. For example: text/html; image/png. This letter contains HTML text and a PNG image. | |||||||||||||||
Created on Server at | N | This field displays the date and time when the message was received. This field is populated automatically. | |||||||||||||||
Direction | Y | Email direction. Available options:
| |||||||||||||||
Email Account | N | The email account used for sending or receiving emails. Configuring email accounts is described in the Email Accounts article. | |||||||||||||||
Target Document | N | A document to attach to this message. The document must be referenced with the appropriate table first. | |||||||||||||||
Created by | Y | This field is populated automatically with the reference to the sender account.
|
In the Related Lists area, there is a tab storing logs related to the current message. This list references the Log (sys_log) table storing all logs produced by the system.
If a message is in the Failed or Ignored statuses, perform the following steps:
In the Message field, you can find the reason of the error.
Main log field description
Field | Mandatory | Description | |
---|---|---|---|
Source | Y | The source from where the message was produced (IMAP Authorization, SMTP Authorization, Incoming mail, and others). | |
Level | Y | Message category:
| |
Message | N | The log message content. | |
Username | N | The name of a user who created the log or the system if it was created automatically. | |
Created by | Y | Information about who has created the record.
| |
Created at | Y | This field stores information about the record creating date and time. |