Sure. Here is a brief example Dim var, string Set var, "hello" Concat var, " there", var MailSend "my account", " my password", "recipient@domain.com", "some subject", var More examples can be found in the online help do full text search for MailSend : hi, : Is there a way to use a use declared variable as part of the : "mailsend" command subject or body text? : Thank you : Gad
|