[siesta-commit] siesta/lib/Siesta/Send Sendmail.pm,1.8,1.9

[prev] [thread] [next] [lurker] [Date index for 2002/09/19]

From: muttley
Subject: [siesta-commit] siesta/lib/Siesta/Send Sendmail.pm,1.8,1.9
Date: 17:07 on 19 Sep 2002
Update of /cvsroot/siesta/siesta/lib/Siesta/Send
In directory usw-pr-cvs1:/tmp/cvs-serv18388/lib/Siesta/Send

Modified Files:
	Sendmail.pm 
Log Message:
Fix for documentation bug.


Index: Sendmail.pm
===================================================================
RCS file: /cvsroot/siesta/siesta/lib/Siesta/Send/Sendmail.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Sendmail.pm	18 Sep 2002 14:22:07 -0000	1.8
+++ Sendmail.pm	19 Sep 2002 16:07:35 -0000	1.9
@@ -11,7 +11,28 @@
 
 Siesta::Send::Sendmail - send a Siesta::Message using sendmail
 
+=head1 DESCRIPTION
+
+A extension to siesta that allows you to send mail using 
+the local sendmail executable.
+
+=head1 USAGE
+
+        # This module should not really
+        # be used outside the siesta system
+
+	my $sender = Siesta::Send::Sendmail->new();
+	my $mail   = Siesta::Message->new(*\STDIN);
+	$sender->send($mail);
+
+
+=head1 SEE ALSO
+
+L<Siesta>, L<Siesta::Message> , L<Siesta::Send>
+
 =cut
+
+
 
 sub send {
     my $self    = shift;



Generated at 13:57 on 01 Jul 2004 by mariachi 0.52