Email

Email is a data structure used by the online financial transaction process to define an e-mail reply to the buyer.

Unlike a FlashCONNECT variable like w3Exec, there is no variable called Email defined by FlashCONNECT. When an Email structure is needed, a programmer must create and populate it.

The attribute offsets within the Email structure are defined in the w3ccInclude file and should be used as the values for each offset may change between releases.

The Email structure is:

The sender's e-mail address.

The subject of the e-mail.

The body of the e-mail message.  

Example

Info = ""

Info<Email.From>     = "John_Doe@mycompany.com"

Info<Email.Subject> = "Order confirmation"

Info<Email.Text>     = "Thank you for buying your widgets."

call w3HTMLeComEmailInfo(MT. Template, Info, EmailTo)