Please note that if License fails to start the application of choice, then you should come back to this page and generate a Licencse for the particular app, and look into the (installation directory or for newer versions MyDocuments /MartinLayooInc /[AppName] /License.txt) of the app found under - for older applications: C:\Program Files (x86)\MartinLayooInc\ProductName where the "productName" is the product you are trying to run, and you will find a License.txt file in the folder that holds the binary files.
Open the License.txt file using Note Pad, and paste the contents of the License obtained from this page onto it. This may fail to save if you don't have admin privileges on the machine. Right click on the notepad application and choose "Run as Administrator". With this in place paste the content of license cipher obtained here to the License.txt file
In newer revisions of the Email capable Applications, you should note that the Licenses have been transferred to Users' MyDocuments \MartinLayooInc \NameOfApplication \License.txt
Save the contents of the License and close it. You can then open the application with the new registered licence content. Bingo!! it works. Unfortunately Microsoft expect using admin privileges to change contents of files these days.
Also to send emails - for applications that have an email menu - you have to find and update the application config file which is located under c:\ProgramFiles(x86)\MartinLayooInc\[ProductName].exe.config
Open the ProgramName.exe.config file in notepad run in administrative mode (Note the directory the apps are installed need permissions to update). This section below is what you should update.
<appSettings>
<add key="BusinessEmail"
value="account@domain.com"/>
<add key="smtpServer"
value="smtp.domain.com"/>
<add key="NetworkPassword"
value="password to
your email account"/>
</appSettings>
Save the file and exit, but this won't save if you are not editing the file with administration user on the machine. To use the admin user account of the machine: right click notepad and choose "run as administrator" from the pop down menu. You are now ready to send emails.