It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://2minutesmail.com

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7.        <title>2 minutes mail - Temp Mail</title>
  8.        
  9.        <link rel="icon" href="https://2minutesmail.com/images/favicon.png" type="image/png">
  10.        <link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
  11.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
  12.    <link rel="stylesheet" href="https://2minutesmail.com/css/vendor.css">
  13.    <link rel="stylesheet" href="https://2minutesmail.com/css/common.css">
  14.    <script src="https://2minutesmail.com/vendor/Shortcode/Shortcode.js"></script>
  15.    <script src="https://2minutesmail.com/js/app.js" defer></script>
  16.    <style >[wire\:loading], [wire\:loading\.delay], [wire\:loading\.inline-block], [wire\:loading\.inline], [wire\:loading\.block], [wire\:loading\.flex], [wire\:loading\.table], [wire\:loading\.grid], [wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short], [wire\:loading\.delay\.long], [wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest] {display:none;}[wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {animation-duration: 50000s;animation-name: livewireautofill;}@keyframes livewireautofill { from {} }</style>
  17.    
  18.        
  19. <meta name="description" content="Temp Mail provides temporary, anonymous, free, secure, disposable email address. You can use on facebook, twitter or instagram for anonymously sign up!" />
  20.  
  21. <meta name="keywords" content="2, minutesmail, minutes, mail, temp , mail,   ">
  22.  <meta name="author" content="John Doe">
  23.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  24.        <link rel="preconnect" href="https://fonts.gstatic.com">
  25. <link href="https://fonts.googleapis.com/css2?family=roboto:wght@400;600;700&display=swap" rel="stylesheet">
  26. <link href="https://fonts.googleapis.com/css2?family=roboto:wght@400;600&display=swap" rel="stylesheet">
  27. <style>
  28. :root {
  29.  --head-font: "roboto";
  30.  --body-font: "roboto";
  31. }
  32. </style></head>
  33. <body>
  34.    <div class="default-theme">
  35.        <div class="flex flex-wrap">
  36.            <div class="w-full lg:w-1/4 bg-blue-700 py-6 lg:min-h-screen" style="background-color: #0155b5">
  37.                <div class="flex justify-center p-3 mb-10">
  38.                    <a href="https://2minutesmail.com">
  39.                                                <img class="max-w-logo" src="https://2minutesmail.com/storage/images/custom-logo.png" alt="logo">
  40.                                            </a>
  41.                </div>
  42.                                <div wire:id="4NmsL3jW199nWM5bpoRV" wire:initial-data="{&quot;fingerprint&quot;:{&quot;id&quot;:&quot;4NmsL3jW199nWM5bpoRV&quot;,&quot;name&quot;:&quot;frontend.actions&quot;,&quot;locale&quot;:&quot;en&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;v&quot;:&quot;acj&quot;},&quot;effects&quot;:{&quot;listeners&quot;:[&quot;syncEmail&quot;,&quot;checkReCaptcha3&quot;]},&quot;serverMemo&quot;:{&quot;children&quot;:[],&quot;errors&quot;:[],&quot;htmlHash&quot;:&quot;f3d8dba8&quot;,&quot;data&quot;:{&quot;in_app&quot;:false,&quot;user&quot;:null,&quot;domain&quot;:null,&quot;domains&quot;:[&quot;2minutesmail.com&quot;],&quot;email&quot;:null,&quot;emails&quot;:[],&quot;captcha&quot;:null},&quot;dataMeta&quot;:[],&quot;checksum&quot;:&quot;a3d531af14b8459a23ef71a4c8137494b63ebe68ee9b692f31d8fe30f43e78e9&quot;}}" x-data="{ in_app: false }">
  43.    <div x-show.transition.in="in_app" class="app-action mt-4 px-8" style="display: none;">
  44.                <form wire:submit.prevent="create" class="lg:max-w-72 lg:mx-auto" method="post">
  45.                        <input class="block appearance-none w-full border-0 rounded-md py-4 px-5 bg-white text-white bg-opacity-10 focus:outline-none placeholder-white placeholder-opacity-50" type="text" name="user" id="user" wire:model.defer="user" placeholder="Enter Username">
  46.            <div class="divider mt-5"></div>
  47.            <div class="relative">
  48.                <div class="relative" x-data="{ open: false }" @click.away="open = false" @close.stop="open = false">
  49.    <div @click="open = ! open">
  50.        <input x-ref="domain" type="text" class="block appearance-none w-full border-0 bg-white text-white py-4 px-5 pr-8 bg-opacity-10 rounded-md cursor-pointer focus:outline-none select-none placeholder-white placeholder-opacity-50" placeholder="Select Domain" name="domain" id="domain" wire:model="domain" readonly>
  51.    </div>
  52.  
  53.    <div x-show="open"
  54.            x-transition:enter="transition ease-out duration-200"
  55.            x-transition:enter-start="transform opacity-0 scale-95"
  56.            x-transition:enter-end="transform opacity-100 scale-100"
  57.            x-transition:leave="transition ease-in duration-75"
  58.            x-transition:leave-start="transform opacity-100 scale-100"
  59.            x-transition:leave-end="transform opacity-0 scale-95"
  60.            class="absolute z-50 mt-2 w-full rounded-md shadow-lg origin-top-right right-0"
  61.            style="display: none;"
  62.            @click="open = false">
  63.        <div class="rounded-md shadow-xs max-h-96 overflow-y-auto py-1 bg-white">
  64.            <a x-on:click="$refs.domain.value = '2minutesmail.com'; $wire.setDomain('2minutesmail.com')" class='block px-4 py-2 text-sm leading-5 text-gray-700 cursor-pointer hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out'>2minutesmail.com</a>
  65.        </div>
  66.    </div>
  67. </div>
  68.                <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-5 text-white">
  69.                    <svg class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"/></svg>
  70.                </div>
  71.            </div>
  72.            <div class="divider mt-5"></div>
  73.            <input id="create" class="block appearance-none w-full rounded-md py-4 px-5 bg-teal-500 text-white cursor-pointer focus:outline-none" style="background-color: #2fc10a" type="submit" value="Create">
  74.            <div class="divider my-8 flex justify-center">
  75.                <div class="border-t-2 w-2/3 border-white border-opacity-25"></div>
  76.            </div>
  77.        </form>
  78.        <form wire:submit.prevent="random" class="lg:max-w-72 lg:mx-auto" method="post">
  79.            <input id="random" class="block appearance-none w-full rounded-md py-4 px-5 bg-yellow-500 text-white cursor-pointer focus:outline-none" style="background-color: #d2ab3e" type="submit" value="Random">
  80.        </form>
  81.                <div class="lg:max-w-72 lg:mx-auto">
  82.            <button x-on:click="in_app = false" class="block appearance-none w-full rounded-md my-5 py-2 px-5 bg-white bg-opacity-10 text-white text-sm cursor-pointer focus:outline-none">Cancel</button>
  83.        </div>
  84.            </div>
  85.    <div x-show.transition.in="!in_app" class="in-app-actions mt-4 px-8" style="display: none;">
  86.        <form class="lg:max-w-72 lg:mx-auto" action="#" method="post">
  87.            <div class="relative">
  88.                <div class="relative" x-data="{ open: false }" @click.away="open = false" @close.stop="open = false">
  89.    <div @click="open = ! open">
  90.        <div class="block appearance-none w-full bg-white text-white py-4 px-5 pr-8 bg-opacity-10 rounded-md cursor-pointer focus:outline-none select-none" id="email_id"></div>
  91.    </div>
  92.  
  93.    <div x-show="open"
  94.            x-transition:enter="transition ease-out duration-200"
  95.            x-transition:enter-start="transform opacity-0 scale-95"
  96.            x-transition:enter-end="transform opacity-100 scale-100"
  97.            x-transition:leave="transition ease-in duration-75"
  98.            x-transition:leave-start="transform opacity-100 scale-100"
  99.            x-transition:leave-end="transform opacity-0 scale-95"
  100.            class="absolute z-50 mt-2 w-full rounded-md shadow-lg origin-top"
  101.            style="display: none;"
  102.            @click="open = false">
  103.        <div class="rounded-md shadow-xs max-h-96 overflow-y-auto py-1 bg-white">
  104.            
  105.        </div>
  106.    </div>
  107. </div>
  108.                <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-3 text-white">
  109.                    <svg class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"/></svg>
  110.                </div>
  111.            </div>
  112.        </form>
  113.        <div class="divider mt-5"></div>
  114.        <div class="grid grid-cols-4 lg:grid-cols-2 gap-2 lg:gap-6 lg:max-w-72 lg:mx-auto">
  115.            <div class="btn_copy bg-white bg-opacity-10 text-white rounded-md py-5 lg:py-10 text-center hover:bg-opacity-25 cursor-pointer">
  116.                <div class="text-xl lg:text-3xl mx-auto">
  117.                    <i class="far fa-copy"></i>
  118.                </div>
  119.                <div class="text-xs lg:text-base pt-5">Copy</div>
  120.            </div>
  121.            <div onclick="document.getElementById('refresh').classList.remove('pause-spinner')" wire:click="$emit('fetchMessages')" class="bg-white bg-opacity-10 text-white rounded-md py-5 lg:py-10 text-center hover:bg-opacity-25 cursor-pointer">
  122.                <div class="text-xl lg:text-3xl  mx-auto">
  123.                    <i id="refresh" class="fas fa-sync-alt fa-spin"></i>
  124.                </div>
  125.                <div class="text-xs lg:text-base pt-5">Refresh</div>
  126.            </div>
  127.            <div x-on:click="in_app = true" class="bg-white bg-opacity-10 text-white rounded-md py-5 lg:py-10 text-center hover:bg-opacity-25 cursor-pointer">
  128.                <div class="text-xl lg:text-3xl  mx-auto">
  129.                    <i class="far fa-plus-square"></i>
  130.                </div>
  131.                <div class="text-xs lg:text-base pt-5">New</div>
  132.            </div>
  133.            <div wire:click="deleteEmail" class="bg-white bg-opacity-10 text-white rounded-md py-5 lg:py-10 text-center hover:bg-opacity-25 cursor-pointer">
  134.                <div class="text-xl lg:text-3xl  mx-auto">
  135.                    <i class="far fa-trash-alt"></i>
  136.                </div>
  137.                <div class="text-xs lg:text-base pt-5">Delete</div>
  138.            </div>
  139.        </div>
  140.    </div>
  141.    </div>
  142. <!-- Livewire Component wire-end:4NmsL3jW199nWM5bpoRV -->                            </div>
  143.            <div class="w-full lg:w-3/4">
  144.                <nav wire:id="SXWy4EsuRmojWfV7wuLX" wire:initial-data="{&quot;fingerprint&quot;:{&quot;id&quot;:&quot;SXWy4EsuRmojWfV7wuLX&quot;,&quot;name&quot;:&quot;frontend.nav&quot;,&quot;locale&quot;:&quot;en&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;v&quot;:&quot;acj&quot;},&quot;effects&quot;:{&quot;listeners&quot;:[]},&quot;serverMemo&quot;:{&quot;children&quot;:[],&quot;errors&quot;:[],&quot;htmlHash&quot;:&quot;dbb96008&quot;,&quot;data&quot;:{&quot;menus&quot;:[],&quot;current_route&quot;:null},&quot;dataMeta&quot;:{&quot;modelCollections&quot;:{&quot;menus&quot;:{&quot;class&quot;:&quot;App\\Models\\Menu&quot;,&quot;id&quot;:[5,1,3,4],&quot;relations&quot;:[],&quot;connection&quot;:&quot;mysql&quot;}}},&quot;checksum&quot;:&quot;b632549d127c747b33852a55dbbb61a32bc99e660ce3256c8ca892748c3e5556&quot;}}">
  145.    <div class="bg-gray-100 px-5 hidden lg:flex sticky top-0 z-40 h-24">
  146.        <div class="w-full my-auto">
  147.            <div class="flex items-center justify-between h-16">
  148.                <div class="flex items-center">
  149.                    <div class="flex items-baseline space-x-4">
  150.                                                                                                                    <a href="https://2minutesmail.com/" class="px-3 py-2 text-sm font-semibold text-left bg-transparent text-gray-700  rounded-lg md:w-auto md:inline hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none" target="_self">Mail</a>
  151.                                                                                                                                                                                <a href="https://2minutesmail.com/blogs" class="px-3 py-2 text-sm font-semibold text-left bg-transparent text-gray-700  rounded-lg md:w-auto md:inline hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none" target="_self">blog</a>
  152.                                                                                                                                                                                <a href="https://2minutesmail.com/Privacy" class="px-3 py-2 text-sm font-semibold text-left bg-transparent text-gray-700  rounded-lg md:w-auto md:inline hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none" target="_self">Privacy Policy</a>
  153.                                                                                                                                                                                <a href="https://2minutesmail.com/contact" class="px-3 py-2 text-sm font-semibold text-left bg-transparent text-gray-700  rounded-lg md:w-auto md:inline hover:text-gray-900 focus:text-gray-900 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none" target="_self">contact</a>
  154.                                                                                                                                </div>
  155.                </div>
  156.                <div class="flex items-center">
  157.                    <div>
  158.                                                <a href="https://www.facebook.com/people/2minutesmail/61555913837937/" target="_blank" class="ml-2 text-lg" rel="noopener noreferrer"><i class="fab fa-facebook-f"></i></a>
  159.                                                <a href="https://twitter.com/2minutesma49062" target="_blank" class="ml-2 text-lg" rel="noopener noreferrer"><i class="fab fa-twitter"></i></a>
  160.                                            </div>
  161.                    <div class="ml-4 flex items-center md:ml-6">
  162.                        <div class="relative">
  163.                            <form action="https://2minutesmail.com/locale" id="locale-form" method="post">
  164.                                <input type="hidden" name="_token" value="j6Lb23eylHD26sNaWBHrbn7zvIXrmEr3sVl9Koof">                                <select class="block appearance-none bg-gray-200 cursor-pointer text-gray-800 py-1 rounded-md focus:outline-none" name="locale" id="locale">
  165.                                                                        <option >ar</option>
  166.                                                                        <option >de</option>
  167.                                                                        <option selected>en</option>
  168.                                                                        <option >fr</option>
  169.                                                                        <option >hi</option>
  170.                                                                        <option >pl</option>
  171.                                                                        <option >ru</option>
  172.                                                                        <option >es</option>
  173.                                                                        <option >vi</option>
  174.                                                                        <option >tr</option>
  175.                                                                        <option >no</option>
  176.                                                                        <option >id</option>
  177.                                                                    </select>
  178.                            </form>
  179.                        </div>
  180.                    </div>
  181.                </div>
  182.            </div>
  183.        </div>
  184.    </div>
  185.    <div x-data="{ open: false }">
  186.        <div @click="open = true" class="absolute top-12 right-6 w-8 text-white">
  187.            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  188.                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7" />
  189.            </svg>
  190.        </div>
  191.        <div x-show="open" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" @click.away="open = false" class="flex-col lg:hidden fixed top-0 left-0 min-h-screen w-full bg-black bg-opacity-75">
  192.            <div @click="open = false" class="absolute top-6 right-6 w-8 text-white">
  193.                <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  194.                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
  195.                </svg>
  196.            </div>
  197.            <div class="w-full mx-auto mt-20">
  198.                <div class="flex flex-col items-center justify-between">
  199.                    <div class="flex flex-col items-center space-y-2">
  200.                                                                                                                    <a href="https://2minutesmail.com/" class="px-3 py-2 text-sm font-semibold text-left bg-transparent text-white  rounded-lg md:w-auto md:inline focus:text-gray-900 focus:bg-gray-200 focus:outline-none" target="_self">Mail</a>
  201.                                                                                                                                                                                <a href="https://2minutesmail.com/blogs" class="px-3 py-2 text-sm font-semibold text-left bg-transparent text-white  rounded-lg md:w-auto md:inline focus:text-gray-900 focus:bg-gray-200 focus:outline-none" target="_self">blog</a>
  202.                                                                                                                                                                                <a href="https://2minutesmail.com/Privacy" class="px-3 py-2 text-sm font-semibold text-left bg-transparent text-white  rounded-lg md:w-auto md:inline focus:text-gray-900 focus:bg-gray-200 focus:outline-none" target="_self">Privacy Policy</a>
  203.                                                                                                                                                                                <a href="https://2minutesmail.com/contact" class="px-3 py-2 text-sm font-semibold text-left bg-transparent text-white  rounded-lg md:w-auto md:inline focus:text-gray-900 focus:bg-gray-200 focus:outline-none" target="_self">contact</a>
  204.                                                                                                                                </div>
  205.                    <div class="flex flex-col items-center space-y-2 mt-10">
  206.                        <div class="text-white space-x-2">
  207.                                                        <a href="https://www.facebook.com/people/2minutesmail/61555913837937/" target="_blank" class="text-lg" rel="noopener noreferrer"><i class="fab fa-facebook-f"></i></a>
  208.                                                        <a href="https://twitter.com/2minutesma49062" target="_blank" class="text-lg" rel="noopener noreferrer"><i class="fab fa-twitter"></i></a>
  209.                                                    </div>
  210.                        <div class="flex items-center mt-4">
  211.                            <div class="relative">
  212.                                <form action="https://2minutesmail.com/locale" id="locale-form-mobile" method="post">
  213.                                    <input type="hidden" name="_token" value="j6Lb23eylHD26sNaWBHrbn7zvIXrmEr3sVl9Koof">                                    <select class="block appearance-none bg-gray-200 cursor-pointer text-gray-800 py-1 rounded-md focus:outline-none" name="locale" id="locale-mobile">
  214.                                                                                <option >ar</option>
  215.                                                                                <option >de</option>
  216.                                                                                <option selected>en</option>
  217.                                                                                <option >fr</option>
  218.                                                                                <option >hi</option>
  219.                                                                                <option >pl</option>
  220.                                                                                <option >ru</option>
  221.                                                                                <option >es</option>
  222.                                                                                <option >vi</option>
  223.                                                                                <option >tr</option>
  224.                                                                                <option >no</option>
  225.                                                                                <option >id</option>
  226.                                                                            </select>
  227.                                </form>
  228.                            </div>
  229.                        </div>
  230.                    </div>
  231.                </div>
  232.            </div>
  233.        </div>
  234.    </div>
  235. </nav>
  236. <!-- Livewire Component wire-end:SXWy4EsuRmojWfV7wuLX -->                <div class="flex flex-col lg:min-h-tm-default">
  237.                                        
  238.                        <main wire:id="R5KVeFQvsoNVsuIhGgPb" wire:initial-data="{&quot;fingerprint&quot;:{&quot;id&quot;:&quot;R5KVeFQvsoNVsuIhGgPb&quot;,&quot;name&quot;:&quot;frontend.app&quot;,&quot;locale&quot;:&quot;en&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;v&quot;:&quot;acj&quot;},&quot;effects&quot;:{&quot;listeners&quot;:[&quot;fetchMessages&quot;,&quot;syncEmail&quot;]},&quot;serverMemo&quot;:{&quot;children&quot;:[],&quot;errors&quot;:[],&quot;htmlHash&quot;:&quot;cf1249d5&quot;,&quot;data&quot;:{&quot;messages&quot;:[],&quot;deleted&quot;:[],&quot;error&quot;:&quot;&quot;,&quot;email&quot;:null,&quot;initial&quot;:false,&quot;overflow&quot;:false},&quot;dataMeta&quot;:[],&quot;checksum&quot;:&quot;5f374bae147fc4096e886711d03983c982424d162e8f9ae8429393b462a071ea&quot;}}" x-data="{ id: 0 }" class="flex-1 lg:flex">
  239.            <div class="w-full lg:w-1/3 bg-white flex flex-col min-h-tm-mobile">
  240.                <div class="flex-1 flex justify-center items-center h-40 text-gray-400 text-2xl">
  241.            Fetching...
  242.        </div>
  243.            </div>
  244.    <div class="message-content w-full lg:w-2/3 bg-white border-1 border-l border-gray-200 flex flex-col">
  245.        <div x-show="id === 0" class="flex-1 hidden lg:flex">
  246.            <div class="w-2/3 m-auto">
  247.                <img class="m-auto max-w-full" src="https://2minutesmail.com/images/sample.jpg" alt="mails">
  248.                <a class="block text-center text-xs text-gray-400 pt-4" href="https://www.freepik.com" target="_blank" rel="noopener noreferrer">Above Graphic by <strong>Freepik</strong></a>
  249.            </div>
  250.        </div>
  251.            </div>
  252. </main>
  253. <!-- Livewire Component wire-end:R5KVeFQvsoNVsuIhGgPb -->                                                        </div>
  254.            </div>
  255.        </div>
  256.    </div>
  257.        <div id="cookie" class="hidden fixed w-full bottom-0 left-0 p-4 bg-gray-900 text-white justify-between">
  258.        <div class="py-2">
  259.            <p>By using this website you agree to our <a href="#" target="_blank">Cookie Policy</a></p>
  260.        </div>
  261.        <div id="cookie_close" class="px-3 py-2 bg-yellow-300 text-gray-900 rounded-md cursor-pointer">
  262.            Close
  263.        </div>
  264.    </div>
  265.    
  266.    <!--- Helper Text for Language Translation -->
  267.    <div class="hidden language-helper">
  268.        <div class="error">Error</div>
  269.        <div class="success">Success</div>
  270.        <div class="copy_text">Email ID Copied to Clipboard</div>
  271.    </div>
  272.  
  273.    <script src="/livewire/livewire.js?id=90730a3b0e7144480175" data-turbo-eval="false" data-turbolinks-eval="false" ></script><script data-turbo-eval="false" data-turbolinks-eval="false" >window.livewire = new Livewire();window.Livewire = window.livewire;window.livewire_app_url = '';window.livewire_token = 'j6Lb23eylHD26sNaWBHrbn7zvIXrmEr3sVl9Koof';window.deferLoadingAlpine = function (callback) {window.addEventListener('livewire:load', function () {callback();});};let started = false;window.addEventListener('alpine:initializing', function () {if (! started) {window.livewire.start();started = true;}});document.addEventListener("DOMContentLoaded", function () {if (! started) {window.livewire.start();started = true;}});</script>
  274.        <script>
  275.        document.addEventListener('DOMContentLoaded', () => {
  276.            const email = 'togdoi@2minutesmail.com';
  277.            const add_mail_in_title = "no"
  278.            if(add_mail_in_title === 'yes') {
  279.                document.title += ` - ${email}`;
  280.            }
  281.            Livewire.emit('syncEmail', email);
  282.            Livewire.emit('fetchMessages');
  283.        });
  284.    </script>
  285.        <script>
  286.        document.addEventListener('stopLoader', () => {
  287.            document.getElementById('refresh').classList.add('pause-spinner');
  288.        });
  289.        let counter = parseInt(10);
  290.        setInterval(() => {
  291.            if (counter === 0 && document.getElementById('imap-error') === null && !document.hidden) {
  292.                document.getElementById('refresh').classList.remove('pause-spinner');
  293.                Livewire.emit('fetchMessages');
  294.                counter = parseInt(10);
  295.            }
  296.            counter--;
  297.            if(document.hidden) {
  298.                counter = 1;
  299.            }
  300.        }, 1000);
  301.    </script>
  302.    
  303.    <!DOCTYPE html>
  304. <html>
  305. <head>
  306. <style>
  307. @media screen and (max-width: 600px) {
  308.  
  309. p,h1,h2,h3,h4, {
  310.  margin-top: 60px;
  311.  margin-bottom: 30px;
  312.  margin-right: 15px;
  313.  margin-left: 15px;
  314.  }
  315.    hr {
  316.    margin-top: 600px;
  317.  }
  318.  p {
  319.  margin-top: 60px;
  320.  margin-bottom: 30px;
  321.  font-size: 18px;
  322.  margin-right: 20px;
  323.  margin-left: 20px;
  324. }
  325. h1 {
  326.  font-size: 48px;
  327.  margin-top: 60px;
  328.  margin-bottom: 30px;
  329.    margin-right: 20px;
  330.  margin-left: 20px;
  331. }
  332. h2 {
  333.  margin-top: 60px;
  334.  margin-bottom: 30px;
  335.  font-size: 40px;
  336.    margin-right: 20px;
  337.  margin-left: 20px;
  338. }
  339.  
  340.  
  341. h3 {
  342.   font-size: 30px;
  343. margin-top: 60px;
  344.  margin-bottom: 30px;
  345.    margin-right: 20px;
  346.  margin-left: 20px;
  347. }
  348. warning {
  349.  margin-top: 60px;
  350.  margin-bottom: 30px;
  351.    margin-right: 20px;
  352.  margin-left: 20px;
  353. }
  354. }
  355.  
  356.  
  357. @media screen and (min-width: 601px) {
  358. p {
  359.  margin-top: 60px;
  360.  margin-bottom: 30px;
  361.  margin-right: 150px;
  362.  margin-left: 150px;
  363.  font-size: 18px;
  364. }
  365. h2 {
  366.  margin-top: 60px;
  367.  margin-bottom: 30px;
  368.  margin-right: 150px;
  369.  margin-left: 150px;
  370.  font-size: 40px;
  371. }
  372. h1 {
  373.  font-size: 48px;
  374.  margin-top: 60px;
  375.  margin-bottom: 30px;
  376.  margin-right: 150px;
  377.  margin-left: 150px;
  378. }
  379.  
  380. h3 {
  381.   font-size: 30px;
  382. margin-top: 60px;
  383.  margin-bottom: 30px;
  384.  margin-right: 150px;
  385.  margin-left: 150px;
  386. }
  387. .warning {
  388.  margin-top: 60px;
  389.  margin-bottom: 30px;
  390.  margin-right: 150px;
  391.  margin-left: 150px;
  392. }
  393. }
  394. </style>
  395. </head>
  396.  <body>
  397. <hr>
  398. <h1 class="wp-block-heading">Best temporary email</h1>
  399. <div class="warning">
  400. <img src="https://2minutesmail.com/images/HOME.png" alt="2 minutes mail">
  401. </div>
  402.  
  403.  
  404.  
  405.  
  406. <!-- wp:paragraph -->
  407. <p>At exactly nine in the morning, there is no need for your managers or coworkers to see that you ordered takeout from "Papa John's" last night, at the same time that you apologized for not having lunch with them by feigning your very strict diet, and certainly you don't want them to discover the silly ongoing dispute between you and the "None" site for a week, or be amazed by the Christmas dream you are eagerly awaiting for example!</p>
  408. <!-- /wp:paragraph -->
  409.  
  410. <!-- wp:paragraph -->
  411. <p>Here lies the importance of the temporary email. It is one of the most important and necessary things for the user nowadays due to the huge acceleration witnessed by technology, in addition to the tremendous development witnessed by fraud means on the internet. Therefore, creating a temporary email will help users bypass the problem of phishing and information theft.</p>
  412. <!-- /wp:paragraph -->
  413.  
  414. <!-- wp:paragraph -->
  415. <p>All these bad situations may be exposed at once, if you browse your Gmail, notifications will rush from all sites and applications while searching for a specific work email, in few seconds you find yourself inside the Christmas dream eating pizza and getting excited with None and searching for the task you were asked for yesterday!</p>
  416. <!-- /wp:paragraph -->
  417.  
  418. <!-- wp:heading -->
  419. <h1 class="wp-block-heading">Best temporary email</h1>
  420. <!-- /wp:heading -->
  421.  
  422. <!-- wp:paragraph -->
  423. <p>But is a temporary email address a secure way? In fact, the mental image formed about the temporary email is that it is rife with risks and hacks, but paradoxically some people use it to feel more secure!</p>
  424. <!-- /wp:paragraph -->
  425.  
  426. <!-- wp:paragraph -->
  427. <p>By obtaining a temporary email address, transactions can be isolated from other email addresses used for more important communications. Temporary email addresses can make online activity seem safer because they do not contain personal emails from banks or government agencies, for example, and in the worst case scenario, if the temporary address is hacked, the contained information is less valuable to access and misuse fraudulently.</p>
  428. <!-- /wp:paragraph -->
  429.  
  430. <!-- wp:paragraph -->
  431. <p>With more than 2.6 billion active users and over 4.6 billion email accounts in operation, email is by far the most important and widely used means of communication on the internet. But thanks to disposable mail, you will be able to register and receive email in it for a certain period according to the service you will use.</p>
  432. <!-- /wp:paragraph -->
  433.  
  434. <!-- wp:paragraph -->
  435. <p>Not to mention the commercial emails and advertisements that will fill your personal email inbox, in case you used it continuously and regularly to register on all these sites.</p>
  436. <!-- /wp:paragraph -->
  437.  
  438. <!-- wp:heading -->
  439. <h3 class="wp-block-heading">Top 10 temporary email sites (disposable email)</h3>
  440. <!-- /wp:heading -->
  441.  
  442. <!-- wp:paragraph -->
  443. <p><br>And in this guide, the best online services that provide both free and paid temporary email addresses. Check them out and keep your inbox free of unwanted messages and unsolicited offers.</p>
  444. <!-- /wp:paragraph -->
  445.  
  446. <!-- wp:paragraph -->
  447. <p>EmailOnDeck 10minutemail.com Mailnator TempMail E4ward MohMal ThrowAwayMail GetNada YOPmail moakt</p>
  448. <!-- /wp:paragraph -->
  449.  
  450. <!-- wp:paragraph -->
  451. <p>EmailOnDeck logo for temporary email</p>
  452. <!-- /wp:paragraph -->
  453.  
  454. <!-- wp:paragraph -->
  455. <p>Although this service provides unique disposable email addresses that can be discarded, it is not recommended for long-term use. This is because the service periodically cleans up its services. In addition, there is no fixed time limit for emails to remain in the inbox and they may not be retrievable after deletion. However, you can restore the email address at any time you want.</p>
  456. <!-- /wp:paragraph -->
  457.  
  458. <!-- wp:paragraph -->
  459. <p></p>
  460. <!-- /wp:paragraph -->
  461.  
  462. <!-- wp:paragraph -->
  463. <p>(Best temporary disposable email)<br>2minutemail website interface (Best temporary disposable email)<br></p>
  464. <!-- /wp:paragraph -->
  465.  
  466. <!-- wp:paragraph -->
  467. <p>As the name suggests, the service provides you with an email address that automatically disables itself after 10 minutes. But you have the option to extend the timer for another 10 minutes.</p>
  468. <!-- /wp:paragraph -->
  469.  
  470. <!-- wp:paragraph -->
  471. <p>This website is extremely useful if you want to check out some new online subscription services by verifying the email and want to avoid using your personal emails. There are many similar services like 10minutemail.net and 10minemail.com and they all work in exactly the same way.</p>
  472. <!-- /wp:paragraph -->
  473.  
  474. <!-- wp:paragraph -->
  475. <p>Mailnator (Best paid temporary email)<br>Receiving temporary email via Mailnator</p>
  476. <!-- /wp:paragraph -->
  477.  
  478. <!-- wp:paragraph -->
  479. <p>Mailnator is publicly available which means the address you choose may also be in use by others. However, any emails you receive will be automatically deleted within a few hours. A paid plan is also available that gives you a personalized alias that cannot be accessed by anyone else.</p>
  480. <!-- /wp:paragraph -->
  481.  
  482. <!-- wp:heading -->
  483. <h2 class="wp-block-heading">TempMail app interface for temporary random emails</h2>
  484. <!-- /wp:heading -->
  485.  
  486. <!-- wp:paragraph -->
  487. <p>Another publicly available email service is TempMail. This service allows two people to choose the same alias, so both will receive the same emails. We suggest not using this type of email addresses for registering on any service. This is because it could get hacked if another person is using the same alias and domain.</p>
  488. <!-- /wp:paragraph -->
  489.  
  490. <!-- wp:paragraph -->
  491. <p></p>
  492. <!-- /wp:paragraph -->
  493.  
  494. <!-- wp:paragraph -->
  495. <p>This service allows you to create email addresses using a dedicated domain. The service will forward all emails with encrypted names to your primary email addresses. It offers free and premium subscription options where the latter provides users with multiple email addresses.</p>
  496. <!-- /wp:paragraph -->
  497.  
  498. <!-- wp:paragraph -->
  499. <p></p>
  500. <!-- /wp:paragraph -->
  501.  
  502. <!-- wp:paragraph -->
  503. <p>Emails received through this service can only be accessed for 45 minutes. You can</p>
  504. <!-- /wp:paragraph -->
  505.  </body>
  506. </html>
  507.        <script src="https://2minutesmail.com/storage/js/ads.bundle.min.js" defer></script>
  508.    <script defer>
  509.    setTimeout(() => {
  510.        const enable_ad_block_detector = "0"
  511.        if(!document.getElementById('Q8CvrZzY9fphm6gG') && enable_ad_block_detector == "1") {
  512.            document.querySelector('.default-theme').remove()
  513.            document.querySelector('body > div').insertAdjacentHTML('beforebegin', `
  514.                <div class="fixed w-screen h-screen bg-red-800 flex flex-col justify-center items-center gap-5 z-50 text-white">
  515.                    <svg xmlns="http://www.w3.org/2000/svg" class="h-40 w-40" viewBox="0 0 20 20" fill="currentColor">
  516.                        <path fill-rule="evenodd" d="M13.477 14.89A6 6 0 015.11 6.524l8.367 8.368zm1.414-1.414L6.524 5.11a6 6 0 018.367 8.367zM18 10a8 8 0 11-16 0 8 8 0 0116 0z" clip-rule="evenodd" />
  517.                    </svg>
  518.                    <h1 class="text-4xl font-bold">Ad Blocker Detected</h1>
  519.                    <h2>Disable the Ad Blocker to use 2 minutes mail - Temp Mail</h2>
  520.                </div>
  521.            `)
  522.        }
  523.    }, 500);
  524.    </script>
  525.    </body>
  526. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda