Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleExample of retrieving and using values from above set config data

<!--- retrieving and using values from above set config data --->

<cfmail type="html"
from="#application.config.wsoFarcryTickets.ticketfrom#"
to="someone"
subject="some subject"
server="#application.config.wsoFarcryTickets.ticketserver#"
port="#application.config.wsoFarcryTickets.ticketservercfmail#"
>
some message
</cfmail>

For the above set properties (here just showed 3 of more settings in original file) you can use the following code to retrieve the values.

Deprecated config

The following configs are included FarCry by default:

...