<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Bueno, </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Te contare mi caso, yo no podia enviar un mail 
desde mi equipo linux porque no tenia ningun mta ni mtu para enviar el email, 
asi que</FONT></DIV>
<DIV><FONT face=Arial size=2>use SendEmail , una herramienta echa en perl que lo 
agrego al programa.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Este programa, se configura con lo parametros de la 
cuenta para conectarme al smtp y desde alli empiezo el envio</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>revisalo.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>FG</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Nota : De existir otra forma, avisen.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=sysadmin@cabal.com.py href="mailto:sysadmin@cabal.com.py">Ariel E. 
  Pedrozo - Sysadmin</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=perl@tlali.iztacala.unam.mx 
  href="mailto:perl@tlali.iztacala.unam.mx">perl@tlali.iztacala.unam.mx</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, November 23, 2006 3:48 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Perl] Ayuda con envio de 
  mail</DIV>
  <DIV><BR></DIV><FONT size=2><BR>Buenas tardes listeros... como andan ?? espero 
  que bien... tengo un problema con el envio de mail desde un scripcito. 
  <BR><BR>Basicamente es listar lo que hay en un directorio... cargarlo a un 
  archivo y enviarlo por mail.... el problema esta que no envia el contenido del 
  archivo <BR><BR>Basicamente el script es asi <BR><BR>#!/usr/bin/perl -w 
  <BR>use strict; <BR>&nbsp; <BR>my $ar=system("ls -lht | awk '{print 
  $6,$7,$8,$9}' &gt; medalla.txt"); <BR>&nbsp; <BR>&nbsp; <BR>open 
  (MAIL,"|/usr/lib/sendmail -t"); <BR>print MAIL "To: user\@cabal.com.py\n"; 
  <BR>print MAIL "From: user\@cabal.com.py\n"; <BR>print MAIL "Subject: 
  Verificacion diaria de Archivos FTP\n\n"; <BR>print MAIL "$ar\n"; 
  <BR>close(MAIL); <BR>&nbsp; <BR>exit(1); <BR><BR>Desde ya muchas gracias por 
  la ayuda. <BR><BR>Abrazos desde Paraguay. 
  <BR><BR>------------------------------------- <BR>Ariel E. Pedrozo <BR>DBA 
  &amp; Network Administrator <BR>Coop. Cabal LTDA <BR>Ed. Ahorros Paraguayos 
  5to. Piso <BR>Tel: 453009 int. 192 <BR>Mov: 0971 730744 <BR>Asuncio - Paraguay 
  <BR></FONT>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Perl mailing 
  list<BR>Perl@tlali.iztacala.unam.mx<BR>http://tlali.iztacala.unam.mx/cgi-bin/mailman/listinfo/perl<BR></BLOCKQUOTE></BODY></HTML>