diff options
author | ben <ben@FreeBSD.org> | 2000-07-29 01:17:07 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2000-07-29 01:17:07 +0000 |
commit | 3a4bac246da6c0ae26f0942d851bf17637de83d0 (patch) | |
tree | 50b9e92fe351992ee28b402afa6f4fda9ba7f37d /mail/p5-Mail-Sender/pkg-comment | |
parent | a1ef8f398cb4b25334a18cc97a0571090e5ae41a (diff) | |
download | FreeBSD-ports-3a4bac246da6c0ae26f0942d851bf17637de83d0.zip FreeBSD-ports-3a4bac246da6c0ae26f0942d851bf17637de83d0.tar.gz |
Add Mail::Sender:
Mail::Sender provides an object oriented interface to sending mails.
It doesn't need any outer program. It connects to a mail server
directly from Perl, using Socket.
PR: 20208
Submitted by: ben
Diffstat (limited to 'mail/p5-Mail-Sender/pkg-comment')
-rw-r--r-- | mail/p5-Mail-Sender/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/p5-Mail-Sender/pkg-comment b/mail/p5-Mail-Sender/pkg-comment new file mode 100644 index 0000000..0e90c99f --- /dev/null +++ b/mail/p5-Mail-Sender/pkg-comment @@ -0,0 +1 @@ +Module for sending mails with attachments through an SMTP server |