REPLYTO
command line keywordREPLYTO
specifies the e-mail address to which
replies should be sent when the sender wants replies to go to someone other
than the sender (specified by FROM
).
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
REPLYTO=emailid
Values |
Description |
|
A valid e-mail address in the form someone@foo.com. |
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.