NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on August 17, 2010, 04:29:48 AM

Title: EmailParametersGroup
Post by: Rene Simons on August 17, 2010, 04:29:48 AM
Hi,

Does anyone know where I can find ifo on the EmailParametersGroup?
I need to know details about the structure for attachments and HTML message text.
WEB11 example is very limited

Cheers,
Rene
Title: Re: EmailParametersGroup
Post by: Bruce on August 17, 2010, 11:57:01 AM
see \clarion6\libsrc\netweb.inc

cheers
Bruce
Title: EmailParameterGroup
Post by: Rene Simons on August 17, 2010, 12:32:13 PM
Hi Bruce,

I did a scan of \clarion6\netweb.inc but I cannot find EmailParameterGroup.

???
Rene
Title: Re: EmailParametersGroup
Post by: Bruce on August 17, 2010, 10:36:44 PM
sorry - netall.inc

EmailParametersGroup  Group,Type
pEmailFrom                String(255)
pEmailTo                  String(255)
pEmailSubject             String(255)
pEmailCC                  String(255)
pEmailBcc                 String(255)
pEmailFileList            String(255)
pEmailMessageText         String(4096)
pEmailMessageHtml         String(4096)
pEmailSettingsPath        String(255)
                      End

Title: Re: EmailParametersGroup
Post by: Rene Simons on August 18, 2010, 03:08:25 AM
 :)