Blat is a simple command line utility which sends email via SMTP.
Why? For regular messaging it's plainly easier to use your standard email client. But what Blat allows you to do is send emails from scripts and batch files, so you can have messages sent automatically as an alert for whatever situation you like.
First you must set up Blat, though. Launching the program from the command line will display the various switches and settings you'll need to apply, but a minimal setup will look something like this:
Blat -SaveSettings -f your.address@domain.com -server mail.domain.com -u your.address@domain.com -pw password
(Replace the first "your.address@domain.com" with your sending address, "mail.domain.com" with your SMTP server, the second "your.address@domain.com" with your user name, and "password" with, well, your password.)
With that done you can then probably send an email like this:
Blat filename.txt -to recipient@domain.com
Where "filename.txt" is a text file containing whatever you'd like to send (it transmits the contents of the file rather than sending it as an attachment, so it must be plain text), and recipient@domain.com is the email address where you're sending the message.
But if you need more flexibility then there are additional switches you can use, for example specifying the port to use for transmission. And you can optionally add extra switches to the sending line, so for instance you can have different scripts send messages via different servers and email accounts. Enter Blat at the command line to see the full syntax.
3.2.12
[+] Added a new command line option -IMAF to Ignore Missing Attachment Files.
[-] Corrected UTF-8 text conversion to Unicode.
[-] Correctly handle empty Unicode files that contain only the BOM.
[-] Corrected the help text for IMAP UserID and IMAP Password.
Verdict:
It's a little cumbersome to configure, but once set up Blat sent all our test emails without problems.
Your Comments & Opinion
The ultimate command line toolkit?
Send emails from the command line/ scripts
Create batch files and run them with a click
Find and uninstall junk programs - from a batch file?
Fast and feature laden FTP client to meet your file transfer needs
Fast and feature laden FTP client to meet your file transfer needs
Fast and feature laden FTP client to meet your file transfer needs
Check out the next version of Firefox before it's released
Check out the next version of Firefox before it's released