11 |
# |
# |
12 |
# $replyto : eduardo.ojero@sciops.esa.int |
# $replyto : eduardo.ojero@sciops.esa.int |
13 |
# |
# |
14 |
# $Id: ccfnotify,v 1.12 2018/08/28 13:07:26 ccflib Exp $ |
# $Id: ccfnotify,v 1.13 2021/07/27 15:10:24 ccflib Exp $ |
15 |
# |
# |
16 |
require 5; |
require 5; |
17 |
use FileHandle; |
use FileHandle; |
67 |
foreach(@to){ |
foreach(@to){ |
68 |
my $fh = new FileHandle "|/usr/lib/sendmail -t" or die ("$!\n"); |
my $fh = new FileHandle "|/usr/lib/sendmail -t" or die ("$!\n"); |
69 |
|
|
70 |
$fh->print("From: ccflib\@isciops.esa.int |
$fh->print("From: ccflib\@sciops.esa.int |
71 |
Reply-To: $replyto |
Reply-To: $replyto |
72 |
To: $_ |
To: $_ |
73 |
Subject: $subject |
Subject: $subject |