Header Fields Examples
The application uses a set of standard and custom fields to create and receive messages.
Knowing these fields can be useful for settings different actions according to the
headers. Here is a description of some fields:
- X-Sender: custom field corresponding to the SMTP sender.
- X-Receiver: custom field corresponding to the SMTP receivers.
- From: sender email address.
- To: receiver email address.
- Cc: this field is used by the sender to send an email to different people.
- Reply-To: If a receiver replies to your email directly, the answer will be
sent to the "reply-to" address. If this information is not available,
the answer will be sent to the 'From address. The "reply-to" address can
be indicated in the header properties.
- Organization: sender's organization if available.
- Subject: email's subject.
- Date: display the rendering date for outgoing messages and the reception
date for incoming messages.
- X-Priority: This field indicates the priority of the email. It goes from
1 (Lowest Priority) to 5 (Highest Priority). If this information is not available,
the default priority is 3 (Normal).
- Message-ID: The message-ID is created by the application and is unique for
each message.
For advanced users, find here more headers
examples.