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
- Host: GitHub
- URL: https://github.com/ikedas/smtpc
- Owner: ikedas
- License: bsd-2-clause
- Created: 2018-02-21T03:19:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T03:31:15.000Z (over 7 years ago)
- Last Synced: 2025-01-29T15:50:39.956Z (9 months ago)
- Topics: lmtp, sendmail, sendmail-smtp, smtp, smtp-client
- Language: C
- Size: 48.8 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).