equipment

window.onload = function() { setTimeout(function() { window.location.href = “mailto:example@example.com?subject=Hello&body=This is a test email.”; }, 1000); // 1-second delay };

If you are not redirected, click here.