Syntax Parameters Example Program Example
w3HTMLeComEmailInfo generates the e-mail section of the e-commerce form.
call w3HTMLeComEmailInfo (MT.Template, Email, EmailTo )
|
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. |
|
|
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
EMail<1..3> = See w3HTMLeComCCInfo or
w3HTMLeComCKInfo for details.
EmailTo = "customer@hishome.com"
call w3HTMLeComEmailInfo(MT.Template,Email,EmailTo)