Ringmail Code
Status: Alpha
Brought to you by:
kyagi
File | Date | Author | Commit |
---|---|---|---|
COPYING | 2007-09-02 | kyagi | [r6] add COPYING/README/MANFILE |
README | 2007-09-02 | kyagi | [r6] add COPYING/README/MANFILE |
ringmail | 2007-09-03 | kyagi | [r7] fix wrong indent |
ringmail.1 | 2007-09-02 | kyagi | [r6] add COPYING/README/MANFILE |
################################################################################ # ReadMe ################################################################################ # Name: # Ringmail - Simple command-line mail sending tool. # # Synopsis: # ringmail -f your@mail.address -t someone@example.com -m mail.server.com [options] # # Version: # $Id$ # # Description: # Simple mail sending tool designed for use by programs that need a simple, # flexible way to send email. Written in Ruby and based on Ruby's Net::SMTP # module. # # Author: # Kazuo YAGI <kyagi@miraclelinux.com> # # URL: # https://sourceforge.net/projects/ringmail # # Subversion: # svn co https://ringmail.svn.sourceforge.net/svnroot/ringmail ringmail # # License: # GPL # # Manual: # nroff -man ringmail.1 #