smtpsend stable port information

Package: smtpsend
Version: 1.02
Revision: 1
License: Public Domain
HomePage: http://unix.freshmeat.net/projects/smtpsend/
Source: ftp://ibiblio.org/pub/linux/system/mail/%n-%v.tgz
SourceDirectory: %n
Source-MD5: 7eda820bce277ba18c3887716f243647
DocFiles: smtpsend.lsm
Description: Send email via SMTP from the command line
DescDetail: <<
Also include 'makemail', a filter to add To, From, Subject, Date and other
headers to a text file. Example usage is:

top -l1 | makemail -subject="Current load" \
| smtpsend -server=smtp.example.com -to=user@domain.org
<<
CompileScript: echo "No compile needed"
InstallScript: <<
install -d -m 0755 %i/bin %i/share/man/man1
install -m 0755 makemail smtpsend %i/bin
install -m 0644 makemail.1 smtpsend.1 %i/share/man/man1
<<
Maintainer: Dave Vasilevsky