Mail Alert Simple Mailer is a simple command-line utility designed for IT administrators for sending e-mail from Microsoft Windows OS. It can be executed from command line, Windows batch file or PowerShell scripts. My main reason for writing this software was to handle events generated by Dell OpenManage Server Administrator (OMSA), APC PowerChute and Windows Events to send hardware status and alerts like temperature alerts, UPS battery status, powerline status and RAID controller alerts from monitoring software. It can be used with any other software where you can configure external application to be executed when specific event occurs.
Mail Alert Simple Mailer supports SSL and STARTTLS protocols, so it is compatible with many free e-mail providers like GMail, Hotmail, etc. Unlike other simple command line tools it supports ISO-8859-1, ISO-8859-2 and UTF-8 code pages for national characters. Mail Alert Simple Mailer encrypts SMTP password in configuration file.
Features
- sends e-mail from command-line to single or multiple recipients with mail subject and body defined in command-line parameters,
- e-mail recipient, subject, body text or body from file, attachment and e-mail importance (priority) can be defined as command-line parameter,
- mail server parameters like host name, username, password, port and protocol, as well as e-mail sender with name, e-mail recipient, CC, BCC, e-mail importance, e-mail text code page can be configured in INI configuration file to avoid long list of parameters when executing from command line,
- SMTP password is stored in configuration file in encrypted form using symmetric-key block cipher with 448 bits encryption key,
- supports plain text and HTML e-mail body which can be loaded from external file,
- supports SMTP-AUTH,
- supports SSL/TLS and STARTTLS,
- supports sending e-mail attachment. You can send as many files as you want in one attachment file using external compression tool like ZIP, 7-ZIP, RAR or similar solution,
- supports characters encoding in code page UTF-8, ISO-8859-1 and ISO-8859-2,
- local system date and time can be automatically added to e-mail body,
- supports Verbose Mode to view communication details with SMTP server. It is very useful for SMTP server diagnostics,
- supports all SMTP mail servers compliant with RFC Internet standards (including Gmail, etc.),
- generates Exit Codes (error levels) when operation was successfully completed or specific error occurred,
- tested on 32 bit and 64 bit Windows OS including Windows Server editions,
License
Other License, MIT LicenseFollow Mail Alert Simple Mailer
User Reviews
-
This is the answer that we were looking for in a basic reporting service for servers, networking equipment, backups, etc.
-
simple. working ok - GOOD JOB!!! please give GUI ;)
-
Simple and powerful application focused on mail security. You SMTP mail password is stored in configuration file in an encrypted form, not in plain text as seen in similar tools. MailAlert supports SSL and TLS encryption on SMTP, so it is compatible with gmail, etc.. One attachment file is not a limitation, because you can compress all the files you need and send it as one small attachment. This will reduce a file size to avoid mail server quota and mail clients attachment file extension restrictions.
-
too bad only one file attachment is allowed
-
Very nice free software.I prefer it over other programs and sripts like Send-MailMessage that do the same job but do not save encrypted password in configuration file. Unlike Blat it can send email to gmail and other mail servers supporting SSL/TLS. This is a software I was waiting for.