diff options
author | Ben Smithurst <ben@FreeBSD.org> | 2000-07-29 01:17:07 +0000 |
---|---|---|
committer | Ben Smithurst <ben@FreeBSD.org> | 2000-07-29 01:17:07 +0000 |
commit | afd41a13ec53118181a879d55ecf0a8275dccb01 (patch) | |
tree | 9cd3d20d9c123079f50818ee2406004354a99f90 /mail/Makefile | |
parent | ca4127d0703e8829cfdc6d4e70d82be0efb755a3 (diff) |
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
Notes
Notes:
svn path=/head/; revision=31092
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index d7b8caa6ff5a..52e0cf8fc811 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -75,6 +75,7 @@ SUBDIR += p5-Mail-CClient SUBDIR += p5-Mail-Folder SUBDIR += p5-Mail-POP3Client + SUBDIR += p5-Mail-Sender SUBDIR += p5-Mail-Sendmail SUBDIR += p5-Mail-Tools SUBDIR += pathalias |