If you are not redirected, click here.
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
};