An open API service indexing awesome lists of open source software.

https://github.com/ikedas/smtpc

SMTP / LMTP client command-line compatible with sendmail(1) utility
https://github.com/ikedas/smtpc

lmtp sendmail sendmail-smtp smtp smtp-client

Last synced: 7 months ago
JSON representation

SMTP / LMTP client command-line compatible with sendmail(1) utility

Awesome Lists containing this project

README

          

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:
``` bash
$ autoreconf -i
```

Extract source, move into top directory of source, then run:
``` bash
$ ./configure (...options...)
$ make
# make install
```

Usage
-----

See [smtpc.1.md](smtpc.1.md).

License
-------

[BSD 2-Clause](LICENSE.md).