Uncategorized
RANKMYTUBE ACCOUNT DELETION
Published
28 seconds agoon
Delete RankMyTube Account
function sendRequest(){
let email=document.getElementById("email").value; let username=document.getElementById("username").value; let reason=document.getElementById("reason").value;
if(email===""){ alert("Please enter your email address"); return; }
let developerEmail="entatena1@gmail.com";
let subject="RankMyTube Account Deletion Request";
let body= "Hello RankMyTube Support,%0D%0A%0D%0A"+ "I want to request deletion of my RankMyTube account.%0D%0A%0D%0A"+ "Account Email: "+email+"%0D%0A"+ "Username: "+username+"%0D%0A"+ "Reason: "+reason+"%0D%0A%0D%0A"+ "Please delete my account and associated data from your database.%0D%0A%0D%0A"+ "Thank you.";
window.location.href="mailto:"+developerEmail+"?subject="+subject+"&body="+body;
}
Josh The Blogger is a Professional Website Developer, computer Scientist., blogger, SEO/SEM Who is passionate about helping you to achieve making money online, financial goals through education and with powerful tools, and much more

















