/[CCFs]/bin/ccfnotify
ViewVC logotype

Diff of /bin/ccfnotify

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by ccflib, Tue Jul 27 15:10:24 2021 UTC revision 1.14 by ccflib, Tue Nov 23 10:07:42 2021 UTC
# Line 11  Line 11 
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;
# Line 67  exit(0) if(not @names); Line 67  exit(0) if(not @names);
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

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.27