w3HTMLeComEmailInfo

Syntax   Parameters   Example Program   Example

w3HTMLeComEmailInfo generates the e-mail section of the e-commerce form.  

Syntax  

  call w3HTMLeComEmailInfo  (MT.Template, Email, EmailTo )  

Parameters   

MT.Template

In

 

MT.Template In HTML Template. The default template is MT.Template and is located in the w3html file of the FlashCONNECT account. If you need to use your own template, you must make sure that the Email section is present and named MT.Email.

Email

In

E-mail IDs from the CCInfo or CKInfo file. The e-mail table is filled by the w3HTMLeComCCInfo or the w3HTMLeComCKInfo programs.

EmailTo

In

E-mail address where to send the order confirmation to.

Example Program

MTPayment  

Example

                      EMail<1..3> = See w3HTMLeComCCInfo or

                      w3HTMLeComCKInfo for details.

                      EmailTo     = "customer@hishome.com"

                      call w3HTMLeComEmailInfo(MT.Template,Email,EmailTo)