smtpc is an email client. It reads a message from standard input and submits it to email server through socket.
- If you checked out the source from repository, run
autoreconf
in advance:$ autoreconf -i
Extract source, move into top directory of source, then run:
$ ./configure (...options...)
$ make
# make install
See smtpc.1.md.