常用工具 sendEmail :轻量级的命令行发邮件的小工具
sendEmail 快捷轻量发送邮件的小工具,支持的平台:Linux, BSD, OS X, Windows 98, Windows NT, Windows 2000, & Windows XP。
多年前一直在使用的发送邮件的小工具,最近又有用到,记录之。
官方主页:http://caspian.dotconf.net/menu/Software/SendEmail/
介绍
About SendEmail
SendEmail is a lightweight, command line SMTP email client. If you have the need to send email from a command line, this free program is perfect: simple to use and feature rich. It was designed to be used in bash scripts, batch files, Perl programs and web sites, but is quite adaptable and will likely meet your requirements. SendEmail is written in Perl and is unique in that it requires NO MODULES. It has an intuitive and flexible set of command-line options, making it very easy to learn and use.
SendEmail is licensed under the GNU GPL, either version 2 of the License or (at your option) any later version.
[Supported Platforms: Linux, BSD, OS X, Windows 98, Windows NT, Windows 2000, & Windows XP]
最新版本 1.56 (Sep 8, 2009)
CHANGELOG:http://caspian.dotconf.net/menu/Software/SendEmail/CHANGELOG
1.56 (Sep 8, 2009)
- Fixed authentication errors caused by invalid base64 encoding.
Thanks for dozens of people who reported this and even submitted
patches! Sorry it took me so long to get this fixed :|- Updated authentication code so it would try both AUTH PLAIN and
AUTH LOGIN methods before giving up. This should make it even
more robust.- Detect <!DOCTYPE in first line of the message body as an html email too.
- Added command line option to force sending message as either
text or html (also allows a manual content-type header).
本站镜像地址: https://dl.liups.com/sendEmail 托管在 Cloudflare R2.
sendEmail 就一个脚本,非常方便,如果可以上网,可以在脚本上直接判断,当前主机是否有安装sendEmail,如果没有就之前下载。
1 | if [ -s $pwdDir/sendEmail ]; then |
使用非常方便。具体使用可以查看 help如下
1 | sendEmail -h |
1 | $pwdDir/sendEmail -f $FROMMAIL -t $DBAEMAIL -s $SMTPHOST -u $Title -xu $FROMMAIL -xp $SMTPASS -m "$(tail -200 $LOG_PATH)" |
原文作者: liups.com
原文链接: http://liups.cn/posts/45f1152b/
许可协议: 知识共享署名-非商业性使用 4.0 国际许可协议