CC
command line keywordCC
specifies e-mail recipient(s) of a courtesy
copy.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
CC=emailid | ("emailid","emailid",...)
Values |
Description |
|
A valid e-mail address in the form someone@foo.com. |
To specify more than one e-mail address, enclose each address in quotation marks and separate each address with a comma.
Related keywords include BCC
,
CC
, FROM
,
REPLYTO
,and
SUBJECT
. Note
that DESNAME
is used to specify the main recipient(s) of the e-mail.
rwrun report=test.rdf userid=scott/tiger@mydb desformat=pdf destype=mail desname=emp1@comp.com, emp2@comp.com”cc=emp3@comp.com”bcc=mgr@comp.com”replyto=me@comp.com”from=me@comp.com”
http://myias.mycomp.com:7779/reports/rwservlet?server=myrepserv+report=test.rdf+userid=scott/tiger@mydb+desformat=pdf+destype=mail+desname=emp1@comp.com,emp2@comp.com+cc=emp3@comp.com+bcc=mgr@comp.com+replyto=me@comp.com+from=me@comp.com”
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?server=myrepserv+report=test.rdf+userid=scott/tiger@mydb+desformat=pdf+destype=mail+desname=emp1@comp.com, emp2@comp.com+cc=emp3@comp.com+bcc=mgr@comp.com+replyto=me@comp.com+from=me@comp.com”
rwclient server=myrepserv report=test.rdf userid=scott/tiger@mydb desformat=pdf destype=mail desname=emp1@comp.com, emp2@comp.com” cc=emp3@comp.com” bcc=mgr@comp.com” replyto=me@comp.com” from=me@comp.com”
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.