steffen: server/kolabd/kolabd kolabquotawarn,1.3,1.3.2.1

cvs at intevation.de cvs at intevation.de
Sat Jul 23 00:56:05 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv30558

Modified Files:
      Tag: kolab_2_0_branch
	kolabquotawarn 
Log Message:
Issue851

Index: kolabquotawarn
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabquotawarn,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- kolabquotawarn	6 Jun 2005 21:27:25 -0000	1.3
+++ kolabquotawarn	22 Jul 2005 22:56:03 -0000	1.3.2.1
@@ -133,7 +133,8 @@
 				Charset => "utf-8",
 				data => $msg );
   $mail->print if $opt_d;
-  $mail->send();
+  my $mailer = Mail::Transport::SMTP->new();
+  $mailer->send($mail);
 }
 
 sub kolablistquotas {





More information about the commits mailing list