Please check your email

A link for downloading the trial was sent to the email address you specified. Please check your email and follow the link to start the download.

Email not received?

Please first check your spam folder. If still not received, we kindly ask you to reach out to us using the contact form.



if (!emailReceived) {
  console.log('Please check your spam folder');
  if(foundInSpam) {
      followLink();
  } 
  else {
      throw new Error('Should not happen, please contact us');
  }
}