Cloud Mail 2020 Kotlin Edition

Questions / Feedback?

Licensing Instructions

Standard (Royalty-Free) Licensing

To activate a full version license navigate to the "lib" directory of the installation and execute the following command:

kotlin -cp cloudmail.jar cloudmail.InstallLicense

Note: If you are using IntelliJ you may find the kotlin executable in the "plugins\Kotlin\kotlinc\bin" directory of the installation.

When prompted enter your product key. This will create the file "IYKFA.lic" in the current directory next to the "cloudmail.jar" file. After activating the full version license obtain the RuntimeLicense from a temporary project. For instance:

println(component.runtimeLicense)

Then in your code set the RuntimeLicense to the value from above:

component.runtimeLicense = "<value from above>"

Note: The same RuntimeLicense property value works for all components included in this edition.

Trial License Installation

To activate a trial license navigate to the "lib" directory of the installation and execute the following command:

kotlin -cp cloudmail.jar cloudmail.InstallLicense

Note: If you are using IntelliJ you may find the kotlin executable in the "plugins\Kotlin\kotlinc\bin" directory of the installation.

When prompted enter "TRIAL" as your product key. This will create the file "IYKFA.lic" in the current directory next to the "cloudmail.jar" file.

The "IYKFA.lic" file must reside next to the "cloudmail.jar" file or in the ".nsoftware" directory under the user's home directory.

The components may then be used on the machine for 30 days.

Single Server License Installation

Single server licenses require the license to be activated on the system where the components will be used. To activate a trial license navigate to the "lib" directory of the installation and execute the following command:

kotlin -cp cloudmail.jar cloudmail.InstallLicense

Note: If you are using IntelliJ you may find the kotlin executable in the "plugins\Kotlin\kotlinc\bin" directory of the installation.

When prompted enter your product key. This will create the file "IYKFA.lic" in the current directory next to the "cloudmail.jar" file.

The "IYKFA.lic" file must reside next to the "cloudmail.jar" file or in the ".nsoftware" directory under the user's home directory.

License Transfer

If you would like to transfer your license to another system, please complete our license transfer form. This will ensure your installations are not mistaken for license violations.

For additional information about our product activation process, please refer to our product activation FAQ.


Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Kotlin Edition - Version 20.0 [Build 7941]