We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

Mail Alert Simple Mailer

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.

Today’s small-to-medium-sized (SMB) businesses and large enterprises are saving on their monthly communications costs by making one simple decision: to switch to a VoIP service solution from their old, outdated Plain Old Telephone Service (POTS). By choosing a new VoIP service, these companies enjoy the flexibility, reliability, call features, and audio quality that only a VoIP service can provide. Plus, they cut their phone bill by up to 70%!

Website https://mail-alert.sourceforge.io
Tags
License
Platform
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,