All mass mailings, such as mailing-list mailings, should have a Precedence that gives a priority of bulk, junk, or list. At other systems these priorities will cause well-designed programs (such as the vacation reply program) to skip automatically replying to such messages. Also this prevents most sites from returning the message if it cannot be delivered.
Example 1: sending email message Precedence set to bulk
In this example above localhost (127.0.0.1) is used as SMTP mail server. If you are not using febooti Command line email on server, you probably will need to use two additional parameters -SERVER and -PORT Example 2: sending mail using external mail (SMTP) server
C:\>febootimail -SERVER mail.sender.com -PORT 25 -FROM john@sender.com -TO info@febooti.com -TEXT "command line mailer using -SMTP"
add Precedence field to e-mail, see following examples: