Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 528 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 528 Bytes

smtpc - SMTP / LMTP client

smtpc is an email client. It reads a message from standard input and submits it to email server through socket.

Install

  • 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

Usage

See smtpc.1.md.

License

BSD 2-Clause.