Licence Protector

GetMailActivatorBlock

Hide Navigation Pane

GetMailActivatorBlock

Previous topic Next topic No directory for this topic  

GetMailActivatorBlock

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for the print function Mail us feedback on this topic!  

 

Licence Protector comes with an e-mail Activator Service. This services needs an encrypted text block in the e-mail to analyze the e-mail. The block is automatically created, if you use EasyGo in your application (PrepareAndCheck). In case an own GUI is used, an the e-mail Activator Service is required, then the encrypted block can be built with GetMailActivatorBlock.

 

 

Sample of an encoded text block

 

--- STARTBLOCK ---

r1yHz0o1fJtiu22uC7q1nwgMT1enzQz1dbiw1130NQ11yPOKj1\nkbfGy1qKJ210RL8yg1fEeCQ1pDLPk1AbFNg21l3xS1j0CHA0TX\niyO1PLlOW0ZwBRb1eoGeC1CncMa1wLo1Y2anuCm2eXON01k7qg\nA1R8TqH133MLI2dCwvd1xLN4C1zSanD2aj8mH1cbaNu1tdCH61\nBhzhh0NaitV1fso4D1A5i8N1A9tpc1MvRzO1344WH2eYqd01Sj\nsWt0ZHUge0ViRP41CrA9Y1yKN8v1R8FAs1dfsMG

--- ENDBLOCK ---

 

 

 

Name

GetMailActivatorBlock                                                                      

Purpose

Creates an encrypted text block for e-mail activation

Params

Parameter

Type

Example

Note

Serial

String

IsGER-5EP93-9E7Iw-3tI8X-pQU5k-6S14H

Serial Number or unique ID

Project

String

demo-easygo

project name

Name

String

Smart Inc.

company name or user name provided in the registration screen

Email

String

tom.hanks@smartinc.com

e-mail address provided in the registration screen

ModuleID

String

QHD001

ModuleID of the module, which is activated

CompanyID

String

 

all fields in green represent the values explained in SendCustomerInfo

CompanyName

String

 

 

FirstName

String

 

 

LastName

String

 

 

Salutation

String

 

 

AcademicTitle

String

 

 

JobTitle

String

 

 

StreetAddress1

String

 

 

StreetAddress2

String

 

 

ZIP

String

 

 

City

String

 

 

State

String

 

 

Country

String

 

 

Phone1

String

 

 

Phone2

String

 

 

WebAddress

String

 

 

Newsletter1

Boolean

 

a

Newsletter2

Boolean

 

 

Newsletter3

Boolean

 

 

Newsletter4

Boolean

 

 

Customer1

String

 

 

Customer2

String

 

 

ForEMail

Boolean

False

Defines if a word-wrap is replaced with \n (value = false) or with %0D%0A  (value = true)

Returncode

Returncode

Type String

Note

Encoded Text block

The text block may not be changed in any way

Usage

Create an e-mail which is sent to the e-mail Activator Service

Sample

 

lic.GetMailActivatorBlock(‘IsGER-5EP93-9E7Iw-3tI8X-pQU5k-6S14H','demo-easygo','Smart Inc.','tom.hanks@smartinc.com','QHD001','ID678','Tom','Hanks','Mr.','','CTO','Abbey Road 33','','NW8 9AY','London','','United Kingdom','','','',true,false,false,false,'','',false);                

See also