🧡 Skip to main content🔍 Skip to search

It is possible to assign a priority to the mail message. The priority is only meaningful to you and your recipients. It does not affect the way mail transport systems handle the messages. New messages are created with a Normal priority by default. A high priority message usually is highlighted, using an exclamation point next to it, and it uses a different color, etc.

Example

An example of sending an email message with a HIGH priority:

febootimail -FROM tom@example.net -TO emily@example.com -SUBJ Urgent mail -TEXT Sending an important email -PRIORITY HIGH

SMTP

In the example above, a localhost is used as an SMTP mail server. Usually, it is required to specify an SMTP server manually using the SMTP argument. Server authentication is performed with the AUTH, USER, and PASS arguments. An example with authentication:

febootimail -FROM tom@example.net -TO emily@example.com -SUBJ Example with authentication -TEXT "Sending a very important email message" -SMTP m.example.com -AUTH AUTO -USER john -PASS j@k4n#sf -PRIORITY HIGHEST

Need assistance?

If you have any questions, please do not hesitate to contact our support team.