mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cb0ea2b9a7
simple mailer. PR: 17417 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
8 lines
295 B
Plaintext
8 lines
295 B
Plaintext
Mail::Sendmail provides a simple, platform-independent e-mail interface from
|
|
your perl script. It requires only Perl5 and a network connection.
|
|
|
|
Mail::Sendmail contains mainly &sendmail, which takes a hash with the message
|
|
to send and sends it.
|
|
|
|
WWW: http://alma.ch/perl/mail.htm#Mail::Sendmail
|