Using server-side code and Universal Email

Universal Email supports all server-side code references in defining properties for your email application. Each property defined within the Universal Email server behavior will accept server-side code directly upon configuration. This allows you to dynamically define email properties based on values retrieved from the server, making your email completely customizable.

The Using recordsets and Universal Email discusses how the Universal Email dialog box contains features to directly configure recordset content for email properties using the dynamic attributes button. This populates the attribute with the server-side code required to retrieve the recordset information. You have the option of writing this code directly in the configuration field as well for both recordsets, or any other server-side code reference you wish to use.

In the Body of your email

The body of your email will also allow server-side code references, including recordsets, to create body content based on attributes returned by the server. We recommend creating your body page in Dreamweaver and using the browse for that file to use for the body of your email.