View Single Post
  #6  
Old 12-08-2004, 09:42 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
Thanks. Please post the log again after adding the following code to the Send Mail step's vbld_StepStarted script event (by double-clicking on the step, clicking Script Editor, switching to the Step tab, clicking Events, and choosing vbld_StepStarted):

Builder.LogMessage "Message Body:"
Builder.LogMessage Step.ExpProperty(Builder, "Message")

The code assumes VBScript is your default script engine (Tools | Application Options | General | Default script language); put parenthesis around the LogMessage parameters for JScript.
Reply With Quote