Avatar

Level 10

Hi,

Have a look at the script here: Re: Don't send any XML/PDF/data with an email PLUS send encrpyted data

I tend to build the subject (and other elements) outside of the mail script, as variables.

In the script example you construction of the vSubject variable would look something like this:

var vSubject = "Client ID is " + form1.Page1.Header.ClientId.rawValue; 

Hope that helps,

Niall