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?
if (!emailReceived) {
console.log('Please check your spam folder');
if(foundInSpam) {
followLink();
}
else {
throw new Error('Should not happen, please contact us');
}
}