#!/bin/bash

#!/login
#!/register

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

Wiki at shellscripts.org

Project owner: ddodger

[subscribe]

[RSS Feed for new releases]

Version history:
Version Release date ChangeLog Download
1.101960Thu Jul 15 19:32:00 UTC 20101) 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.092090Tue Jul 28 12:28:22 UTC 2009Authentication added (LOGIN and PLAIN methods). The switch from netcat to socat should make smtpc now IPv6 compatible.smtpc.ksh (application/octet-stream)
1.00Tue Nov 25 12:03:17 UTC 2008smtpc.ksh (application/octet-stream)