complete list of febooti Command line email parameters

febooti Command line email online help is a collection of articles on various aspects of using, integrating and troubleshooting Command line email. The topics are split in categories and covers different issues, starting from the very basics of creating batch files and moving forward to growing complexity of using advanced scripting techniques.

Full list of febooti Command line email Commands. List of batch files and examples.

Due to various integration options (ASP, PHP, VBA, command line, Scheduled tasks etc.) febooti Command line email utility brings an ultimate potential to send email with various kinds of applications.

List of all febooti Command line email commands with brief description. Click on each Command for more detailed description and example how to to use this command with febooti Command line email.

Command(s)Description
Specifies SMTP server IP address or name. If not specified, localhost (127.0.0.1) is used.
Specifies SMTP server port number. If not specified, default (25) is used.
Destination e-mail address or list of addresses separated by (comma) or (semicolon).
Sending the same email to many recipients at once, yet separate email is delivered to each individual recipient.
Carbon Copy e-mail address or list of addresses separated by (comma) or (semicolon).
Blind Carbon Copy e-mail address or list of addresses separated by (comma) or (semicolon).
Message body / text. If -HTMLFILE switch is used, specifies alternative text for non HTML mail programs.
Put line break (new line) character between parts of message text.
Specifies FROM (sender) e-mail address.
Friendly name which appear in email instead of your e-mail address (requires -FROM).
Subject of a message.
Reply To e-mail address.
Reply To name (requires -REPLYTO).
Specifies file to be attached with e-mail.
Take value from a text file. This parameter can be used with any other parameter.
Replace part of the command line with contents of configuration text file.
SMTP authentication method. If not specified, no authentication is used.
  • -AUTH PLAIN (Plain authentication method is used)
  • -AUTH LOGIN (Login authentication method is used)
  • -AUTH NTLM (NTLM authentication method is used)
  • -AUTH CRAM-MD5 (CRAM-MD5 authentication is used)
  • -AUTH AUTO(Detect AUTH type automatically)
Authentication (except NTLM) requires -USER and -PASS
SMTP authentication user name.
SMTP authentication password.
Make secure connection to SSL (Secure Socket Layer) enabled SMTP server.
Establish secure connection to SMTP with STARTTLS extension.
Add additional custom string to e-mail header.
Remove X-Mailer tag from e-mail header (registered version only).
Use MIME encoding.
Specifies that plain text message will be sent as .HTML document.
Uses specified HTML file as HTML email message. Automatically embeds local images from specified locations.
Allows to send test .HTML message without adding trial version footer to message.
E-mail message text encoding. If not specified, default (ISO-8859-1) is used.
Set e-mail priority. If not specified, default (Normal) is used.
Add comment to e-mail.
Add organization field to e-mail.
Add Precedence field to e-mail (junk, list, bulk or other value).
Request recipient to send reading confirmation.
Auto connect to Internet.
Bind IP address.
Set server timeouts in seconds. If not specified, default (60 sec.) is used.
Adds delay specified in seconds before mail sending operation. If not specified, default (0 sec.) is used.
Adds delay specified in seconds after mail sending operation. If not specified, default (0 sec.) is used.
Suppress normal screen output.
Shows internal variables and SMTP server responses.
Provides user with comprehensive information on communication session between Command line email client and SMTP server.
Save composed message to .EML file instead of sending it.
Send message using standard .EML file.
Specifies that some general email sending information will be logged in file.
Displays result in Windows message box after email is sent.
Open febooti software ordering page.
Open febooti software home page.
Force Command line email to check for updates each time this command is used even if auto update is disabled.
Suppress Command line email from checking for update even if auto update is enabled.
Register Command line email. Use following syntax:
  • febootimail -REGISTER xxxx-xxxx-xxxx-xxxx
  • febootimail -R xxxx-xxxx-xxxx-xxxx -REGNAME "your or company name"
Open Command line email online help.
Displays help screen in DOS console.

Required parameters: The minimum set of parameters, provided that SMTP server are running on local machine (localhost, 127.0.0.1), are -FROM and -TO (or -CC or -BCC). Example below shows how to send email from DOS prompt.

C:\>febootimail -FROM john@sender.com -TO jack@recipient.com -MSG "Email message using febooti Command line email. It is easy!" 

If there is no local SMTP server, specify SMTP server (outgoing mail server) address using -SMTP or -SERVER parameter. If SMTP server authentication is required, use -AUTH, -USER and -PASS parameter to specify authentication method, username and password, respectively.

C:\>febootimail -FROM john@sender.com -TO jack@recipient.com -MSG "Email message which uses SMTP and AUTH methods to send mail from command prompt (windows command line)." -SMTP outgoing.server.com -USERNAME john -PASSWORD ******** -AUTH LOGIN 

OpenSSL credit: This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com).

Please do not hesitate to contact our support department with any possible further questions or to solve practical issues connected with Command line email.