EZMailSend is a simple to use command line interface (CLI) console application for Windows that allows you to easily send email via your SMTP server. You can integrate EZMailSend with batch files, scheduled tasks as well as use it in situations where you need an application to send an email that does not support such features.
Latest changes:
- You can now pipe output from other applications into EZMailHide to be used as the email body, just as with EZMailSend. For example, "DIR C:\*.* | EZMAILHIDE /TO:user@example.com" would, while hidden, send an email to user@example.com with the directory li
- You may now specify an alternate SMTP port other than 25 using the /PORT switch. This may be needed if your ISP blocks the default SMTP port of 25 but provides an alternate port (such as 2525)
- SMTP port settings may be saved as a default setting using /SET or the EZMailSend Settings Manager
- Alternate SMTP port may be selected using EZMailSend Configuration File Creator and saved as EZMS or batch files
- Previously undocumented /PAUSE switch is now listed in the usage information list
- Updated EULA to removal beta terminology as this is not beta software
- Changed default behavior of file backup routine in the Setup and to use version-specific subdirectories
- EZMailHide no longer hides EZMailSend when using switches that required user input, such as /PAUSE
- Code cleanup and optimization