A script-enabled browser is required for this page to function properly.

REPLYTO command line keyword

REPLYTO 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

Syntax

REPLYTO=emailid 

Values

Description

emailid

A valid e-mail address in the form someone@foo.com.

Usage notes

Examples

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”

See also

Command line keywords

Using the command line

Running a report from the command line