dashboard
repositories
filestore
activity
search
login
external-software
/
github_OpenIdentityPlatform_OpenDJ
mirror of
https://github.com/OpenIdentityPlatform/OpenDJ.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
- fix typo.
abobrov
10.15.2009
919a12b2b8cb95569f128c123aa7e8793ce12f53
[external-software/github_OpenIdentityPlatform_OpenDJ.git]
/
re-scripts
/
bin
/
send-mail.sh
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
JAVA_HOME=/java/jdk6
export JAVA_HOME
SCRIPT_DIR=`dirname ${0}`
CLASSPATH=${SCRIPT_DIR}/lib/OpenDS.jar:${SCRIPT_DIR}/lib/mail.jar:${SCRIPT_DIR}/lib/activation.jar
export CLASSPATH
${JAVA_HOME}/bin/java org.opends.server.util.EMailMessage --host global-zone "${@}"