ispman/bin ispman.notifyUsers,NONE,1.1
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/bin
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27167/bin
Added Files:
ispman.notifyUsers
Log Message:
applying patch [ 1517858 ] notifyUsers
--- NEW FILE: ispman.notifyUsers ---
#!/usr/bin/perl
# usage: ispman.notifyUsers <domain> <messagefile>
# Andreas John ("derjohn") 2006-07-06
package ISPMan;
BEGIN {
use FindBin;
unshift @INC,
( $FindBin::Bin, "$FindBin::Bin/../lib", "$FindBin::Bin/../conf" );
use Getopt::Std;
getopt( 'd', \%opts );
unless ( $opts{'d'} && $ARGV[0] ) {
print "usage:\n";
print "$FindBin::Script -d <domain> </path/to/messagefile>\n";
print "\n";
exit;
}
}
use ISPMan;
$ispman = ISPMan->new();
require "$FindBin::Bin/../lib/send_email_to_domain.lib";
&sendEmailToDomain( $ispman, $opts{'d'}, @ARGV[0] );
__END__
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642