clsmtpc

clsmtpc is a simple non-interactive command line SMTP client which implements
SMTP-AUTH(PLAIN, LOGIN, CRAM-MD5, DIGEST-MD5) and SMTPs/TLS. First, it is
developed for shell script programmers to send mails without local SMTP server.
It is developed on Linux, but it is a shell script so that it may work on same
shell environment in other platforms.

INSTALL
clsmtpc is a shell script requires bash 2.0 or higher. Simply to install,
you copy clsmtpc to /usr/bin or other.

to use clsmtpc-x.x.x.tar.gz.
> $ tar xzvf clsmtpc-x.x.x.tar.gz
> $ cd clsmtpc-x.x.x
> $ ./configure
> $ make
> $ su
> # make install

AUTHOR
yoshinobu syouzi <yoshino@rita.karing.jp>

April 2014 
