Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 1999 15:34:36 +0300 (EEST)
From:      GonZo <gonzo@boy.rpd.univ.kiev.ua>
To:        Alexey Ryndin <alfapri@cityline.ru>
Cc:        questions@FreeBSD.ORG
Subject:   Re: mail
Message-ID:  <Pine.BSF.4.05.9906041526120.41135-100000@boy.rpd.univ.kiev.ua>
In-Reply-To: <3757FD22.9BA9183F@cityline.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On perl :
  open(MAIL,"|/usr/bin/mail gonzo\@foo.bar");
  print MAIL "Testing mail...";
  close(MAIL);
On C :
  fd = open("file",O_RDWR);
  write(fd,message,sizeof(message));
  close(fd);
  system("/usr/local/bin/fastmail file gonzo@foo.bar");
--------------- 
Or something like that
WBR GonZo





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9906041526120.41135-100000>