Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 938b48c120bafb42c20f7ee9f23d12d95047eb4e Size: 1.45 MB File Format: zip
Rating: 2.52173913
out of 5
based on 23 user ratings
Downloads: 250 License: Free
SendEmail is a free software by Brandon Zehm and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download SendEmail which is 1.45 MB in size and belongs to the software category E-mail. SendEmail was released on 2010-06-17 and last updated on our database on 2017-02-27 and is currently at version 1.56.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
SendEmail Description
SendEmail was designed to be a lightweight, completly command line based, SMTP email agent. If you have the need to send email from the command line, this tool is perfect.
It was designed to be used in bash scripts, Perl programs, and web sites, but it is also quite useful in many other contexts.
SendEmail is written in Perl and is unique in that it requires NO SPECIAL MODULES. It has an intuitive and flexible set of command-line options, making it very easy to learn and use.
Simply download, extract, and run "sendEmail" from a command prompt, it will give a usage summary. It is written in Perl, so no compilation needed. On a unix system if your perl binary is not installed at /usr/bin/perl you may need to edit the first line of the script. If youre running a Microsoft OS you may need to put a .pl extension on sendEmail so Windows will know to associate it with perl.
Synopsis: sendEmail -f ADDRESS [options]
Required:
-f ADDRESS from (sender) email address
* At least one recipient required via -t, -cc, or -bcc
* Message body required via -m, STDIN, or -o message-file=FILE