It is possible to assign a priority (LOWEST, LOW, NORMAL, HIGH, HIGHEST or NOTSET) to email. 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 are highlighted - has an exclamation point next to it, use different color, etc. in recipients email client program.
Example: sending e-mail message with HIGH priority parameter.
C:\>febootimail -FROM john@sender.com -TO cmd@dos-email.com -SUBJ "DOS email & priority" -TEXT "Sending DOS command line e-mail for Windows with HIGH priority!" -PRIORITY HIGH Example: sending e-mail message with LOW priority parameter.
C:\>febootimail -FROM john@sender.com -TO cmd@dos-email.com -SUBJ "DOS email & priority" -TEXT "Sending DOS command line e-mail for Windows with LOW priority!" -PRIORITY LOW Example: sending e-mail message with no priority.
C:\>febootimail -FROM john@sender.com -TO cmd@dos-email.com -SUBJ "DOS email & priority" -TEXT "Sending DOS command line e-mail for Windows with no priority!" -PRIORITY NOTSET Note: in command line email examples above, localhost (127.0.0.1) is used as SMTP mail server. If you are not using Febooti Command line email on server and, if there is no local SMTP server, specify SMTP server using -SMTP parameter. If SMTP server authentication is required, use -AUTH, -USER and -PASS parameters.
Example: authenticate with external SMTP mail server.
C:\>febootimail -FROM john@sender.com -TO cmd@dos-email.com -SUBJ "Authentication & priority" -TEXT "Sending DOS command line email for Windows with HIGHEST priority!" -SMTP e-mail.server.com -AUTH AUTO -USER john -PASS ******** -PRIORITY HIGHEST - Febooti Command line email utility parameters.
- Please don't use this tool to send Unsolicited Commercial Email (SPAM).
Please do not hesitate to contact our support department with any possible further questions or to solve practical issues connected with Command line email.