-COMMENTemail message comment. -ORGANIZATION or -ORGsender's organization.
Example 1: sending email message with comment
C:\>febootimail -FROM john@sender.com -TO info@febooti.com -COMMENT "This is a mail comment" -TEXT "Command line e-mailer is able to send messages with comment"
Example 2: sending email message with specified organization
C:\>febootimail -FROM smith@sender.com -ORG "Sender corporation" -TO info@febooti.com -PRIORITY LOW -TEXT "Command line e-mailer is able to add organization field to the message"
In these two examples 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 3: 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 e-mailer using -SMTP"
TIPs - how to work more efficient
You can use -ATTACH instead of -FILE
You can use -MSG or -BODY or -MESSAGE instead of -TEXT
You can use -SUBJ instead of -SUBJECT
You can use -SMTP instead of -SERVER
If parameter -PORT is omitted, default (25) is used