#!/bin/bash
smtpc
An SMTP client.
smtpc is an SMTP client, i.e. a program to send electronic mail. It uses socat for network communication and openssl for encoding purposes.
Project Category: tool
Project owner: ddodger
Version history:
| Version | Release date | ChangeLog | Download |
| 1.101960 | Thu Jul 15 19:32:00 UTC 2010 | 1) Now works under pdksh as well. 2) New option to add arbitrary headers to mail body. 3) Recipients addresses can now also be read from files for bulk sending. 4) Special mode for user enumeration on relay host added. 5) Many more corrections and improvements! | smtpc.ksh (application/octet-stream) |
| 1.092090 | Tue Jul 28 12:28:22 UTC 2009 | Authentication added (LOGIN and PLAIN methods). The switch from netcat to socat should make smtpc now IPv6 compatible. | smtpc.ksh (application/octet-stream) |
| 1.00 | Tue Nov 25 12:03:17 UTC 2008 | smtpc.ksh (application/octet-stream) |