Mailxto – lien mailto, QR et générateur de code

  • 2022-01-06Date de collecte
  • 2022-02-15Mise à jour
Mailxto – lien mailto, QR et générateur de code
  • Adresse du site Web:mailxto.com
  • IP du serveur:172.67.173.183
  • Description du site:

nom de domaine:mailxto.comÉvaluation

sur 5000~500000

nom de domaine:mailxto.comcouler

28

nom de domaine:mailxto.comBon ou Mauvais

L'entreprise n'est pas spécialisée. Dix-neuf échoue La bonne chance apporte la malchance

site Internet:Mailxto – lien mailto, QR et générateur de codePoids

2

site Internet:Mailxto – lien mailto, QR et générateur de codeIP

172.67.173.183

site Internet:Mailxto – lien mailto, QR et générateur de codeteneur

MailtoLinkGenerator|MailxTobody{font-family:'spacegrotesk',sans-serif;}.background-animate{background-size:400%;animation:AnimationName3seaseinfinite;}@keyframesAnimationName{0%,100%{background-position:0%50%;}50%{background-position:100%50%;}}#mobileMenu{transition:transform0.3sease-in-out;}LoginSignupSigninwithEmailEmail@CloseSendmealinkCreateanAccountEmail@CloseCreateAccountSigninwithEmailClose//modalvalidationletmailxtoLoginModal=document.getElementById("mailxtoLoginModal");letbodyLogin=document.querySelector("body");letcloseLoginModalBtnLogin=document.getElementById("closeLoginModal");functionopenLoginModal(){mailxtoLoginModal.classList.remove("hidden");mailxtoLoginModal.classList.add("inline");bodyLogin.classList.add("overflow-hidden");loginMainContent.classList.replace("hidden","inline");signupMainContent.classList.replace("inline","hidden");messeSection.classList.replace("inline","hidden");loaderLogin.classList.replace("inline","hidden");loaderSignup.classList.replace("inline","hidden");//SetdefaultactiveindicatortologinswitchTab('login');}letmsgCheck=false;functioncloseLoginModal(){mailxtoLoginModal.classList.remove("inline");mailxtoLoginModal.classList.add("hidden");bodyLogin.classList.remove("overflow-hidden");if(msgCheck==false)return;document.getElementById("messe").remove();msgCheck=false;}//showmesseconstloginMainContent=document.getElementById("loginMainContent");constsignupMainContent=document.getElementById("signupMainContent");constmesseSection=document.getElementById("messeSection");constMesseValueHolder=document.getElementById("MesseValueHolder");constloaderLogin=document.getElementById("loaderLogin");constloaderSignup=document.getElementById("loaderSignup");functionshowMesse(type){letmesseValue=document.getElementById(type+"Email").value;letloader=type==='login'?loaderLogin:loaderSignup;letendpoint=type==='login'?'mailxto.com/api/login':'mailxto.com/api/create_an_account';if(messeValue!=""&&messeValue.includes("@")&&messeValue.includes(".")){loader.classList.replace("hidden","inline");vardata=newFormData();data.append("email",messeValue);fetch(endpoint,{method:'POST',body:data,credentials:'include'}).then(response=>response.json()).then(data=>{loader.classList.replace("inline","hidden");if(data.messe){loginMainContent.classList.replace("inline","hidden");signupMainContent.classList.replace("inline","hidden");messeSection.classList.replace("hidden","inline");document.getElementById("messeSectionTitle").innerText=type==='login'?"SigninwithEmail":"CreateanAccount";letvalueWrapper=document.createElement("span");valueWrapper.id="messe";msgCheck=true;valueWrapper.innerText=type==='login'?`Theaccesslinkissenttoyouremail:${messeValue}PleasechecktheSpamfolderifyoudon'tseeitinyourinbox.`:`Youraccounthasbeencreated.Pleasecheckyouremail:${messeValue}forfurtherinstructions.`;MesseValueHolder.appendChild(valueWrapper);}elseif(data.error){alert(data.error);}}).catch(error=>{loader.classList.replace("inline","hidden");console.error('Error:',error);alert("Anerroroccurred.Pleasetryainlater.");});}else{alert("Pleaseenteravalidemailaddress.");}}functionswitchTab(tab){constloginTab=document.getElementById('loginTab');constsignupTab=document.getElementById('signupTab');constloginMainContent=document.getElementById('loginMainContent');constsignupMainContent=document.getElementById('signupMainContent');if(tab==='login'){loginTab.classList.add('bg-white','text-gray-800','shadow-md');loginTab.classList.remove('text-gray-600');signupTab.classList.remove('bg-white','text-gray-800','shadow-md');signupTab.classList.add('text-gray-600');loginMainContent.classList.replace('hidden','inline');signupMainContent.classList.replace('inline','hidden');}else{signupTab.classList.add('bg-white','text-gray-800','shadow-md');signupTab.classList.remove('text-gray-600');loginTab.classList.remove('bg-white','text-gray-800','shadow-md');loginTab.classList.add('text-gray-600');signupMainContent.classList.replace('hidden','inline');loginMainContent.classList.replace('inline','hidden');}}HomeSellEventTicketNEWFeaturesLogin⭐️GoPremiumHomeEmailCheckerNewAIEmailWriterLogin⭐️GoPremiumconstmobileMenu=document.getElementById('mobileMenu');constmobileMenuToggle=document.getElementById('mobileMenuToggle');constcloseMobileMenu=document.getElementById('closeMobileMenu');functiontoggleMobileMenu(){mobileMenu.classList.toggle('translate-x-0');}mobileMenuToggle.addEventListener('click',toggleMobileMenu);closeMobileMenu.addEventListener('click',toggleMobileMenu);document.addEventListener('click',(event)=>{if(!mobileMenu.contains(event.target)&&event.target!==mobileMenuToggle&&!mobileMenu.classList.contains('translate-x-full')){toggleMobileMenu();}});constfeaturesLink=document.querySelector('a[href="/#features"]');if(featuresLink){featuresLink.addEventListener('click',(event)=>{if(window.location.pathname==='/'){event.preventDefault();document.getElementById('features')?.scrollIntoView({behior:'smooth'});}});}//AddthisnewscriptfortheprofiledropdownconstprofileDropdown=document.getElementById('profileDropdown');constprofileMenu=document.getElementById('profileMenu');if(profileDropdown&&profileMenu){profileDropdown.addEventListener('click',()=>{profileMenu.classList.toggle('hidden');});document.addEventListener('click',(event)=>{if(!profileDropdown.contains(event.target)&&!profileMenu.contains(event.target)){profileMenu.classList.add('hidden');}});}MailtoLinkGenerator.Generateashortmailtolinkthatcanbesharedonsocialmediaseasilyandembedittoyourwebsite.🎟️TixFox—AffordableWaytoSellEventTickets.Youreasy-to-useeventticketingplatform.Create,mane,andsellticketswithtransparentpricing.LearnMoreNow⌝functioncloseCard(){document.getElementById('cal-et-card').classList.add('hiMailxto – lien mailto, QR et générateur de codedden');setCookie('cal_et_card_closed','true',100);}functionsetCookie(name,value,days){varexpires="";if(days){vardate=newDate();date.setTime(date.getTime()+(days*24*60*60*1000));expires=";expires="+date.toUTCString();}document.cookie=name+"="+(value||"")+expires+";path=/";}functiongetCookie(name){varnameEQ=name+"=";varca=document.cookie.split(';');for(vari=0;i=0;--i){varelem=inputElems[i];elem.onchange=function(){document.getElementById("visible_btn").removeAttribute("disabled");//addclassdocument.getElementById("visible_btn").classList.add("bg-lime-300");document.getElementById("visible_btn").classList.add("cursor-pointer");document.getElementById("visible_btn").classList.add("hover:bg-lime-400");document.getElementById("visible_btn").classList.add("text-indigo-900");};}.background-animate{background-size:400%;-webkit-animation:AnimationName3seaseinfinite;-moz-animation:AnimationName3seaseinfinite;animation:AnimationName3seaseinfinite;}@keyframesAnimationName{0%,100%{background-position:0%50%;}50%{background-position:100%50%;}}🚀MainFeaturesCREATEASHORTLINKWITHPRE-POPULATEDRECIPIENTS,SUBJECT,BODYANDCCShortLinkAshortlinkwillbegenerated,makingiteasyforyoutoshareyourmailtoonsocialmedia.QRCodeAQRcodewillbegeneratedautomaticallyfortheMailtoLinkthatyoucaneasilydownload.MailtoCodeIfyouneedtheactualmailtocode,themailtocodewillbegeneratedaswellwhichthenyoucaninsertintoyourHTMLcode.CustomizeYourMailxToPe.ChangeYourPrimaryColorUploadYourBrandLogoCraftthePerfectHeadingRefineYourSub-headingAnalytics.Keeptrackofusers.Trackyourengements.Seewhereyourlinksarebeingusedfromacrosstheworld.Seewheremostofyourclicksarecomingfrom.SmartFill.TransformmessesintoformsMakeiteasierforyourclientstofilloutnecessaryinformationsbyusing[mxt:YourInput]LetyourclientschooseothermailclientslikeGmail,Outlook,andYahooMail.Focusmoreontheclientsinformationandsethiertime.CustomLinkID.ChooseyourownlinkID.HeaShortLinkthatlooksprofessional.HeaShortMailtoURLthatisreadable.MakeyourlinkIDeasiertomemorize.letaboveImg=document.getElementById("aboveImg");letunderImg=document.getElementById("underImg");letaboveImg2=document.getElementById("aboveImg2");letunderImg2=document.getElementById("underImg2");letaboveImg3=document.getElementById("aboveImg3");letunderImg3=document.getElementById("underImg3");letaboveImg4=document.getElementById("aboveImg4");letunderImg4=document.getElementById("underImg4");underImg.addEventListener("mouseover",()=>{aboveImg.classList.replace("z-30","z-0");aboveImg.classList.add("z-30","z-0");});underImg.addEventListener("mouseout",()=>{aboveImg.classList.replace("z-0","z-30");});underImg2.addEventListener("mouseover",()=>{aboveImg2.classList.replace("z-30","z-0");aboveImg2.classList.add("z-30","z-0");});underImg2.addEventListener("mouseout",()=>{aboveImg2.classList.replace("z-0","z-30");});underImg3.addEventListener("mouseover",()=>{aboveImg3.classList.replace("z-30","z-0");aboveImg3.classList.add("z-30","z-0");});underImg3.addEventListener("mouseout",()=>{aboveImg3.classList.replace("z-0","z-30");});underImg4.addEventListener("mouseover",()=>{aboveImg4.classList.replace("z-30","z-0");aboveImg4.classList.add("z-30","z-0");});underImg4.addEventListener("mouseout",()=>{aboveImg4.classList.replace("z-0","z-30");});CustomizeSocialMediaCardsSocialMediaCardsCheckthebelowsocialmediacardpreviews.ImeDRANDDROPORCLICKHERETOUPLOADRecommended:1200x630Pixels|(Max5MB)Title0/120Description0/240PremiumRequiredTosechanges,youneedapremiumaccount.Upgradenowtoaccessallfeatures!UnlockPremiumSeChangesFacebookPreviewMAILXTO.COMTwitterPreviewLinkedInPreviewmailxto.comdocument.addEventListener('DOMContentLoaded',()=>{document.getElementById('submit-button').addEventListener('click',function(event){constbtnLoader=document.getElementById('btnLoader');constseChangesBtn=document.getElementById('submit-button');btnLoader.classList.remove('hidden');seChangesBtn.classList.add('opacity-50','cursor-not-allowed');event.preventDefault();//PreventthedefaultformsubmitactionvarformData=newFormData();formData.append('title',document.getElementById('title').value);formData.append('description',document.getElementById('description').value);formData.append('link_id','');//Verifythislineifina.jsfile,itwon'tworkif(drgedFile!==null){formData.append('ime',drgedFile);}else{varfileInput=document.getElementById('file-upload');if(fileInput.files[0]){formData.append('ime',fileInput.files[0]);}}varrequestOptions={method:'POST',body:formData,redirect:'follow'};//Debugging:LogFormDatacontentsfor(varpairofformData.entries()){console.log(pair[0]+','+pair[1]);}fetch("/api/update_socialmediacards?hash=",requestOptions).then(response=>{if(!response.ok){//Iftheserverresponsewasnotok(e.g.,400or500),throwanerrorthrownewError('ERROR');}returnresponse.text();}).then(result=>{//console.log(result);showNotification("Socialmediacardupdatedsuccessfully!");}).catch(error=>{//console.log('Error:',error);showNotification("Failedtoupdatethesocialmediacard.");}).finally(()=>{//EnablethebuttonandhidetheloaderregardlessofsuccessorfailureseChangesBtn.disabled=false;btnText.textContent='SeChanges';btnLoader.classList.add('hidden');seChangesBtn.disabled=false;btnText.textContent='SeChanges';btnLoader.classList.add('hidden');//Removeclassesrelatedtodisabledlook&feelseChangesBtn.classList.remove('opacity-50','cursor-not-allowed');seChangesBtn.classList.add('hover:bg-gray-700');});});});//FunctiontoupdatepreviewsfunctionupdatePreviews(){//Getthevaluesfromtheinputfieldsconsttitle=document.getElementById('title').value;constdescription=document.getElementById('description').value;//GetallthepreviewelementsconstpreviewTitles=document.querySelectorAll('.preview-title');constpreviewDescriptions=document.querySelectorAll('.preview-description');//UpdatethetitlesinthepreviewspreviewTitles.forEach(function(previewTitle){previewTitle.textContent=title;});//UpdatethedescriptionsinthepreviewspreviewDescriptions.forEach(function(previewDescription){previewDescription.textContent=description;});}//PreventthedefaultbehiorofthedrovereventfunctiondrOver(event){event.preventDefault();event.stopPropation();//Addavisualcuetoindicatethatthedrishappening,likechangingborderstyledocument.getElementById('ime-upload-container').classList.add('bg-gray-100');}//HandlethedrleeeventfunctiondrLee(event){event.preventDefault();event.stopPropation();//Removethevisualcuedocument.getElementById('ime-upload-container').classList.remove('bg-gray-100');}//HandlethedropeventandfileprocessingletdrgedFile=null;//UpdateddropFilefunctionfunctiondropFile(event){event.preventDefault();event.stopPropation();document.getElementById('ime-upload-container').classList.remove('bg-gray-100');constfiles=event.dataTransfer.files;if(files.length>0){constfile=files[0];updateImePreviewFile(file);//StorethedrgedfileintheglobalvariabledrgedFile=file;//Optionally,setthefiletothefileinputforconsistency//ThisrequirescreatinganewDataTransferobject(seenotesbelow)letdataTransfer=newDataTransfer();dataTransfer.items.add(file);document.getElementById('file-upload').files=dataTransfer.files;}}//UpdatedfunctiontohandlefileprocessingfunctionupdateImePreviewFile(file){constreader=newFileReader();reader.onload=function(e){//UpdatethepreviewimesanduploadcontainerbackgroundconstpreviewImes=document.querySelectorAll('.preview-ime');previewImes.forEach(function(previewIme){previewIme.src=e.target.result;});constuploadContainer=document.getElementById('ime-upload-container');uploadContainer.style.backgroundIme=`url('${e.target.result}')`;uploadContainer.style.backgroundSize='cover';uploadContainer.style.backgroundPosition='center';uploadContainer.style.backgroundRepeat='no-repeat';uploadContainer.style.opacity='0.3';};reader.readAsDataURL(file);}//FunctiontoupdatetheimeinthepreviewsfromtheinputfieldfunctionupdateImePreview(event){const[file]=event.target.files;if(file){updateImePreviewFile(file);}}//Addtheeventlistenersdocument.addEventListener('DOMContentLoaded',()=>{document.getElementById('title').addEventListener('input',updatePreviews);document.getElementById('description').addEventListener('input',updatePreviews);document.getElementById('file-upload').addEventListener('change',updateImePreview);});functionshowNotification(messe){constnotification=document.getElementById('notification');constnotificationMesse=document.getElementById('notificationMesse');notificationMesse.textContent=messe;notification.classList.add('show');//Hidethenotificationafter3secondssetTimeout(()=>{notification.classList.remove('show');},3000);}//modalvalidationletmailxtoSocialEdit=document.getElementById("mailxtoSocialEdit");letbodyNewPrem1=document.querySelector("body");//letcloseNewPremModalBtnNew=document.getElementById("closeNewPremModalSocial");functionopenSocialEdit(){mailxtoSocialEdit.classList.remove("hidden");mailxtoSocialEdit.classList.add("inline");bodyNewPrem1.classList.add("overflow-hidden");}functioncloseSocialEdit(){mailxtoSocialEdit.classList.remove("inline");mailxtoSocialEdit.classList.add("hidden");bodyNewPrem1.classList.remove("overflow-hidden");}.notification{position:fixed;top:20px;right:20px;background-color:#444;color:white;padding:15px30px;border-radius:5px;box-shadow:02px10pxrgba(0,0,0,0.2);transition:opacity0.3s,transform0.3s;transform:translateY(100px);opacity:0;z-index:1000;}.notification.show{transform:translateY(0);opacity:1;}⭐️UnlockPremiumFeatures✅ONE-TIMEPAYMENTLinkManementSmartFillCustomLinkID(Slug)Last60DaysAnalyticsEditContentofLinksAddMultipleRecipients&BCCRemoveCharacterLimitRemovePoweredbyMailxToQRCodeCustomizationNoMonthlyCommitmentSelectOne-TimePackeGETTHEBESTVALUEWITHTHE$36PLAN.$205PREMIUMLINKS$4.00PerLinkBestValue$3620PREMIUMLINKS$1.80PerLink$4444PREMIUMLINKS$1.00PerLinkEmailAddress@ContinuetoPayment🔒SecurePaymentbyStripe.letselectedPackeId=2;functionselectPacke(id){selectedPackeId=id;//Removeselectedclassandcheckmarkfromalloptionsdocument.querySelectorAll(".packe-option").forEach((option)=>{option.classList.remove("bg-[#4D7EFE]");option.classList.remove("text-white");option.classList.add("bg-white");option.classList.add("text-[#3F3F3F]");option.querySelector("img").classList.add("hidden");});//Addselectedclassandcheckmarktotheclickedoptiondocument.getElementById(id).classList.remove("bg-white");document.getElementById(id).classList.add("bg-[#4D7EFE]");document.getElementById(id).classList.remove("text-[#3F3F3F]");document.getElementById(id).classList.add("text-white");document.getElementById("check-"+id).classList.remove("hidden");console.log("SelectedPackeID:",selectedPackeId);}functionsubmitPayment(event){event.preventDefault();constbuttonProgressIndicator=document.getElementById("buttonProgressIndicator");constsumbitBtn=document.getElementById("sumbitBtn");constemailInput=document.getElementById("userEmailInput");buttonProgressIndicator.classList.remove("hidden");sumbitBtn.disabled=true;fetch("mailxto.com/api/gopay_new.phMailxto – lien mailto, QR et générateur de codep",{method:"POST",headers:{"Content-Type":"application/json",},body:JSON.stringify({planId:selectedPackeId,email:emailInput.value,}),}).then((response)=>response.json()).then((data)=>{console.log("Success:",data);//redirectlogicherewindow.location.href=data.pay_url}).catch((error)=>consolMailxto – lien mailto, QR et générateur de codee.error("Error:",error)).finally(()=>{buttonProgressIndicator.classList.add("hidden");sumbitBtn.disabled=false;});}//modalvalidationletmailxtoNewModal=document.getElementById("mailxtoNewModal");letbodyNew=document.querySelector("body");letcloseNewModalBtnNew=document.getElementById("closeNewModal");functionopenNewModal(){mailxtoNewModal.classList.remove("hidden");mailxtoNewModal.classList.add("inline");bodyNew.classList.add("overflow-hidden");}functioncloseNewModal(){mailxtoNewModal.classList.remove("inline");mailxtoNewModal.classList.add("hidden");bodyNew.classList.remove("overflow-hidden");}MailxToLogoMailxTo—MadeWith💙and☕️©2020-2024MailxToTwitterServicesAddtoCalendarClick-To-CallLinkGeneratorWhatsAppLinkGeneratorGoogleReviewLinkGeneratorQRCodeGeneratorResourcesMonitorDomainExpiryEmailCheckerCustomRSVPPrivacyPolicyMoreLitelytics.ioMetatAPIEmailSignatureGeneratorSellEventTicketOnline//CrispChatIntegrationwindow.$crisp=[];window.CRISP_WEBSITE_ID="0536e100-9928-4e1a-b7da-0026";(function(){vard=document;vars=d.createElement("script");s.src="client.crisp.chat/l.js";s.async=true;d.head.appendChild(s);})();//GoogleAnalyticswindow.dataLayer=window.dataLayer||[];functiongt(){dataLayer.push(arguments);}gt('js',newDate());gt('config','UA-9-1');functionValidate(e){varkeyCode=e.keyCode||e.which;varlblError=document.getElementById("customLink");lblError.innerHTML="";//RegexforValidCharactersi.e.AlphabetsandNumbers.varregex=/^[A-Za-z0-9_-]+$/;//ValidateTextBoxvalueainsttheRegex.varisValid=regex.test(String.fromCharCode(keyCode));if(!isValid){alert("OnlyAlphabetsandNumbersallowed.");}returnisValid;}$(document).ready(function(){$('#exampleModalCenter').on('shown.bs.modal',function(){$('#customLink').trigger('focus');});});//A$(document).ready()block.$(document).ready(function(){$('#customLink').on('input',function(){varcustomLink=$(this);varcustomLink=customLink.val();$("#messe").removeClass();$("#messe").text('Checking...');$.ajax({url:'api/custom_link',type:'GET',data:{linkid:customLink},success:function(result){if(customLink.lengthmaxLength){//Truncatethetexttothemaximumallowedcharacterstextarea.value=textarea.value.substring(0,maxLength);}varusedChars=textarea.value.length;countSpan.textContent=usedChars;}

Placer:Mailxto – lien mailto, QR et générateur de codeSignaler

En cas de violation du site, veuillez cliquer sur SignalerSignaler