Febooti Command line email
|
Febooti Command line email 3.2 is a Email Client product from febooti.com, get 5 Stars SoftSea Rating, Febooti Command line email client is strong but easy to use email sending utility, which supports all of Email client sending abilities.
Febooti Command line email - utility to send mail.
With Febooti Command line email you can send mail directly from windows command line (DOS prompt). You can attach files to email, use HTML Email messages, use CC (Carbon Copy) and / or BCC (Blind Carbon Copy). Call Febooti Command line email from Scheduled Tasks, CGI scripts, VBA, virtually from any software, also can be used in automatic email tasks and MAPI replacement.
Also, you can set alternate text for email programs that do not support HTML emails, set message text encoding and more. FREE lifetime updates / upgrades for registered users!
Security features and improvements:
* SSL (Secure Socket Layer) and STARTTLS to provide maximum security by encrypting communication session between Command line email client and SMTP server (including Exchange Server and Lotus Notes).
* Additional AUTH methods - NTLM (NT LAN Manager), CRAM-MD5 authentication methods added to previous PLAIN and LOGIN. Automatic authentication (AUTH AUTO) method detection introduced.
* Improved speed - Command line email has been optimized for even better email sending efficiency.
* Intensive and extended debuging and testing has led to significant number of improvements and bugfixes, making Command line email even more stable, fast and efficient.
Febooti Command line email features:
* Send email from command line to any number of recipients.
* Send email from Scheduled Tasks, any program that execute external commands, CGI scripts (ASP, PHP, etc.).
* Use SMTP mail server authentication (AUTH PLAIN, LOGIN, NTLM, CRAM-MD5, AUTO) before sending email.
* Send email using CC (Carbon Copy) and / or BCC (Blind Carbon Copy).
* Send email with unlimited attachments.
* Send email message using plain text or HTML message with embedded pictures.
* Set alternate text for email programs that do not support HTML formatted messages.
* Set SMTP server address and outgoing SMTP server port. The address may be used as a traditional URL (e.g. mail.sender.com) or as an IP numeric address (e.g. 10.25.125.123).
* Support for friendly name in both the TO and FROM fields (name appears in email instead of Email address).
* Batch programming return codes to check success or failure from environment variable %errorlevel%.
* Ability to take parameters from a text file or files (USEFILE / CONFIG).
* Ability to operate with standard .EML files.
* Ability to set message text encoding.
* Ability to set message priority (HIGHEST, HIGH, NORMAL, LOW, LOWEST, NOT SET).
* Optional reply-to email address and reply-to friendly name.
* Option to request read confirmation.
* Plain text or MIME encoding (Multipurpose Internet Mail Extensions).
* Bind IP address (if more than one Interface / LAN card is used).
* Ability to set timeouts manually.
* Optionally displays Windows message box after message is send.
* Optional quiet mode - suppress normal output.
* Optional debug mode (DEBUG / DEBUGX) - view internal variables and SMTP server messages.
* Fast Install / Uninstall (uses MSI technology).
* e-update - checks for latest version updates automatically.
* Works on Windows (98 / Me / NT / 2000 / XP / Vista / Windows 7 / 2003 & 2008 Server) 32 and 64-bit versions.
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
List of all Febooti Command line email commands with brief description. Click on each Command for more detailed description and example(s) on how to to use this command with Febooti Command line email.
Command Description
* -SMTP
* -SERVER Specifies SMTP server IP address or name. If not specified, localhost (127.0.0.1) is used.
* -PORT Specifies SMTP server port number. If not specified, default (25) is used.
* -TO Destination Email address or list of addresses separated by (comma) or (semicolon).
* -TOEACH
* -SPLIT Sending the same email to many recipients at once, yet separate email is delivered to each individual recipient.
* -CC Carbon Copy Email address or list of addresses separated by (comma) or (semicolon).
* -BCC Blind Carbon Copy Email address or list of addresses separated by (comma) or (semicolon).
* -TEXT
* -BODY
* -MSG
* -MESSAGE Message body / text. If -HTMLFILE switch is used, specifies alternative text for non HTML mail programs.
* -ENTER
* -CR Put line break (new line) character between parts of message text.
* -FROM Specifies FROM (sender) Email address.
* -FROMNAME Friendly name which appear in email instead of your Email address (requires -FROM).
* -SUBJ
* -SUBJECT Subject of a message.
* -REPLYTO Reply To Email address.
* -REPLYTONAME Reply To name (requires -REPLYTO).
* -ATTACH
* -FILE Specifies file to be attached with e-mail.
* -USEFILE
* -UF Take value from a text file. This parameter can be used with any other parameter.
* -CONFIG
* -CFG Replace part of the command line with contents of configuration text file.
* -AUTH 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
* -USER
* -USERNAME SMTP authentication user name.
* -PASS
* -PASSWORD SMTP authentication password.
* -SSL Make secure connection to SSL (Secure Socket Layer) enabled SMTP server.
* -STARTTLS Establish secure connection to SMTP with STARTTLS extension.
* -HEADER Add additional custom string to Email header.
* -NOXMAILER Remove X-Mailer tag from Email header (registered version only).
* -MIME Use MIME encoding.
* -HTML Specifies that plain text message will be sent as .HTML document.
* -HTMLFILE Uses specified HTML file as HTML email message. Automatically embeds local images from specified locations.
* -TESTHTML Allows to send test .HTML message without adding trial version footer to message.
* -CHARSET E-mail message text encoding. If not specified, default (ISO-8859-1) is used.
* -PRIORITY Set Email priority. If not specified, default (Normal) is used.
* -COMMENT Add comment to e-mail.
* -ORGANIZATION
* -ORG Add organization field to e-mail.
* -PRECEDENCE Add Precedence field to Email (junk, list, bulk or other value).
* -CONFIRM
* -RC Request recipient to send reading confirmation.
* -DIAL Auto connect to Internet.
* -IP Bind IP address.
* -TIMEOUT Set server timeouts in seconds. If not specified, default (60 sec.) is used.
* -WAITBEFORE Adds delay specified in seconds before mail sending operation. If not specified, default (0 sec.) is used.
* -WAITAFTER Adds delay specified in seconds after mail sending operation. If not specified, default (0 sec.) is used.
* -QUIET
* -Q Suppress normal screen output.
* -DEBUG
* -D Shows internal variables and SMTP server responses.
* -DEBUGX
* -DX Provides user with comprehensive information on communication session between Command line email client and SMTP server.
* -SAVEEML Save composed message to .EML file instead of sending it.
* -OPENEML Send message using standard .EML file.
* -LOG Specifies that some general email sending information will be logged in file.
* -RESULT
* -POPUP Displays result in Windows message box after email is sent.
* -BUY
* -ORDER Open Febooti Software ordering page.
* -HOME
* -HOMEPAGE Open Febooti Software home page.
* -DOUPDATE
* -LU Force Command line email to check for updates each time this command is use The license of this email software is Free Trial Software, the price is $44.95, you can free download and get a free trial before you buy. If you want to get a full or nolimited version of Febooti Command line email, you can buy this email software.



