-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
409 lines (371 loc) · 19 KB
/
index.html
File metadata and controls
409 lines (371 loc) · 19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<html lang="en">
<head>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Temp Mail Generator",
"url": "https://quicktempbox.netlify.app/",
"description": "Free temporary email generator for disposable and anonymous emails.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://quicktempbox.netlify.app/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description"
content="Create a free temporary email instantly. Protect your privacy, receive verification emails, and avoid spam with QuickTempBox. No signup required.">
<meta name="google-site-verification" content="Gu6ni6UuzH6zJb-rvt376v2lQCzLCWD3zh0UlRSLuGI" />
<meta name="robots" content="index, follow">
<meta property="og:title" content="quicktempbox - Disposable Email Generator">
<meta property="og:description"
content="Create instant disposable emails for temporary use. No signup, fully secure and easy to use.">
<meta property="og:image" content="https://quicktempbox.netlify.app/preview.png">
<meta property="og:url" content="https://quicktempbox.netlify.app/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Temp Mail">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="quicktempbox - Disposable Email Generator">
<meta name="twitter:description"
content="Generate temporary emails instantly. No signup, secure and mobile-friendly.">
<meta name="twitter:image" content="https://quicktempbox.netlify.app/preview.png">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com; connect-src 'self' https://www.google-analytics.com https://region1.google-analytics.com; style-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com; img-src 'self' https: data:; font-src 'self' https://cdnjs.cloudflare.com; frame-ancestors 'none'; object-src 'none'; base-uri 'self'; form-action 'self'; upgrade-insecure-requests;">
<meta http-equiv="Strict-Transport-Security" content="max-age=31536000; includeSubDomains">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta http-equiv="Referrer-Policy" content="no-referrer-when-downgrade">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<link rel="canonical" href="https://quicktempbox.netlify.app/">
<link rel="icon" href="/favicon.png" type="image/png">
<meta name="referrer" content="strict-origin-when-cross-origin">
<meta name="p:domain_verify" content="091ec2120451d10196aa2a8263fad146" />
<title>Free Temporary Email Generator | QuickTempBox</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SDSV9N2WVL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-SDSV9N2WVL');
</script>
</head>
<body>
<header class="sticky-header">
<div class="header-container">
<div class="logo">
<i class="fas fa-envelope-open-text"></i> Temp Mail
</div>
<nav class="main-nav">
<ul>
<li><a href="#home" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#how-to-use">How to Use</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="privacy.html">Privacy</a></li>
</ul>
</nav>
<button class="mobile-menu-btn">
<i class="fas fa-bars"></i>
</button>
</div>
</header>
<!-- Desktop Left Sidebar Ad -->
<div class="desktop-ad left-ad">
<a href="index.html"><img src="preview.png" alt="QuickTempBox preview" loading="lazy"></a>
</div>
<!-- Desktop Right Sidebar Ad -->
<div class="desktop-ad right-ad">
<a href="index.html"><img src="preview.png" alt="QuickTempBox preview" loading="lazy"></a>
</div>
<!-- Mobile Top Banner Ad -->
<div class="mobile-ad top-ad">
<a href="index.html"><img src="preview.png" alt="QuickTempBox preview" loading="lazy"></a>
</div>
<main class="container">
<div id="alert" class="alert">
<span id="alertMessage"></span>
<button class="alert-close" onclick="closeAlert()">×</button>
</div>
<section class="section" id="home">
<h1><i class="fas fa-envelope-open-text"></i> Free Temporary Email Generator (Temp Mail)</h1>
<div class="email-generator">
<button onclick="generateAccount()" class="generate-button">
<i class="fas fa-random"></i> Generate Temp Email
</button>
<div class="email-box">
<label>Your Temp Email:</label>
<div class="email-display">
<span id="emailDisplay" aria-live="polite" role="status">---</span>
<button onclick="copyEmail()" class="icon-button" title="Copy Email">
<i class="fas fa-copy"></i>
</button>
</div>
</div>
</div>
</section>
<div class="button-section">
<button class="action-button copy" onclick="copyEmail()">
<i class="fas fa-copy"></i>
Copy
</button>
<button class="action-button refresh" onclick="refreshInbox()">
<i class="fas fa-sync-alt" id="emailRefreshIcon"></i>
Refresh
</button>
<button class="action-button delete" onclick="deleteAccount()">
<i class="fas fa-trash"></i>
Delete
</button>
</div>
<section id="service" class="section">
<div class="inbox-container">
<div class="inbox-header">
<h2><i class="fas fa-inbox"></i> Inbox</h2>
<button class="icon-button" title="Refresh Inbox" onclick="refreshInbox()">
<i id="inboxRefreshIcon" class="fas fa-sync-alt"></i>
</button>
</div>
<div id="inbox" class="inbox">
<p>No messages yet.</p>
</div>
</div>
</section>
<section id="about" class="section info-section">
<h2>
<i class="fas fa-info-circle"></i> Understanding Temporary Email
</h2>
<div class="info-content">
<h3>What is Temporary Email?</h3>
<p>
In today's digital world, almost every website, app, or online service asks for an email address to
sign up, verify accounts, or receive notifications. While this is necessary, it often leads to spam
emails, privacy risks, and inbox clutter.
</p>
<p>
A <strong>temporary email</strong> (also called disposable email or temp mail) gives you a quick,
short-lived email address that you can use once and throw away — without ever sharing your real
email.
</p>
<ul>
<li>Instantly create a free temporary email address in one click</li>
<li>Protect your real inbox from spam, ads, and data leaks</li>
<li>Receive emails and OTPs in real-time (perfect for sign-ups, trials, forums, etc.)</li>
<li>No registration, no personal information required — 100% anonymous</li>
<li>Emails auto-delete after a short time — no trace left behind</li>
</ul>
<p>
Whether you're signing up for a free trial, joining a forum, testing a service, or just want to keep
your main inbox clean, our temporary email service is the fastest and safest way to stay private
online.
</p>
<p class="highlight">
Generate your disposable email now — no signup, no hassle!
</p>
<div class="features-grid">
<div class="feature-card">
<i class="fas fa-bolt"></i>
<h4>Instant Generation</h4>
<p>
Create a new temporary email address with just one click - no
registration required.
</p>
</div>
<div class="feature-card">
<i class="fas fa-copy"></i>
<h4>Easy Copy</h4>
<p>
Copy your temporary email address to clipboard instantly with
our convenient copy button.
</p>
</div>
<div class="feature-card">
<i class="fas fa-sync-alt"></i>
<h4>Auto Refresh</h4>
<p>
Inbox automatically refreshes every 5 seconds to show new
messages instantly.
</p>
</div>
<div class="feature-card">
<i class="fas fa-trash"></i>
<h4>Quick Delete</h4>
<p>
Delete your current email and generate a new one whenever you
want.
</p>
</div>
</div>
<h3 id="how-to-use">How to Use Our Service</h3>
<div class="steps-box">
<ol class="steps-list">
<li>
<span class="step-number">1</span>
<div class="step-content">
<h4>Generate Email</h4>
<p>
Click the "Generate Temp Email" button to create your
temporary email address.
</p>
</div>
</li>
<li>
<span class="step-number">2</span>
<div class="step-content">
<h4>Copy Address</h4>
<p>
Use the copy button to copy your temporary email address to
clipboard.
</p>
</div>
</li>
<li>
<span class="step-number">3</span>
<div class="step-content">
<h4>Check Messages</h4>
<p>
Your inbox will automatically refresh to show new messages.
Click any message to view its full content.
</p>
</div>
</li>
<li>
<span class="step-number">4</span>
<div class="step-content">
<h4>Delete When Done</h4>
<p>
Click the delete button to remove the current email and
generate a new one if needed.
</p>
</div>
</li>
</ol>
</div>
<h3>Common Use Cases</h3>
<div class="use-cases-section">
<ul class="use-cases">
<li>
<i class="fas fa-angle-right"></i> Sign up for free trials
without risking spam
</li>
<li>
<i class="fas fa-angle-right"></i> Test website registrations
and notifications
</li>
<li>
<i class="fas fa-angle-right"></i> Protect your privacy when
using public services
</li>
<li>
<i class="fas fa-angle-right"></i> Avoid marketing emails from
online stores
</li>
<li>
<i class="fas fa-angle-right"></i> Receive one-time verification
codes
</li>
</ul>
</div>
<div class="special-thanks">
<h3><i class="fas fa-heart"></i> Special Thanks</h3>
<p>
We would like to express our sincere gratitude to the
<a href="https://mail.tm/" target="_blank" rel="noopener noreferrer">Mail.tm</a> team for
providing their free API service that makes this project possible.
Their commitment to privacy and open accessibility has enabled us
to create this temporary email solution.
</p>
</div>
<div class="warning-box">
<div>
<h3><i class="fas fa-exclamation-triangle"></i>Important Note</h3>
<p>
This temporary email service is for short-term use only. Please do not use these disposable
email addresses for:
</p>
<ul>
<li>Important accounts (banking, government, work, etc.)</li>
<li>Financial services or payments</li>
<li>Long-term communication or recovery purposes</li>
</ul>
<p>
Emails are not stored forever — they auto-delete after a short time (or after inactivity).
The email address itself may stop working or get recycled without warning.
</p>
<p class="highlight">
Use at your own risk — always keep your real email safe for important stuff!
</p>
</div>
</div>
</div>
</section>
<section id="faq" class="section info-section" aria-labelledby="faq-title">
<h2 id="faq-title"><i class="fas fa-question-circle"></i> Frequently Asked Questions</h2>
<div class="info-content">
<h3>What is a temporary email?</h3>
<p>A temporary email is a disposable inbox you can use for short-term signups, OTP verification, and
testing without exposing your personal email address.</p>
<h3>How long does a temp email last?</h3>
<p>Temporary inboxes are short-lived and can expire automatically. For important accounts, always use
your permanent email address.</p>
<h3>Can I receive OTP and verification emails?</h3>
<p>Yes. Most verification emails and one-time codes arrive within seconds, and you can copy details
directly from your inbox panel.</p>
<h3>Is temp mail safe for banking or long-term accounts?</h3>
<p>No. Use temporary email only for low-risk, short-term tasks. Banking, work, and recovery-critical
accounts should use your trusted primary email.</p>
</div>
</section>
</main>
<!-- Mobile Bottom Banner Ad -->
<div class="mobile-ad bottom-ad">
<a href="index.html"><img src="preview.png" alt="QuickTempBox preview" loading="lazy"></a>
</div>
<footer class="site-footer">
<div class="footer-container">
<div id="contact" class="footer-contact">
<h3>Contact Us</h3>
<div class="social-links">
<a href="https://github.com/vinodkumarjaipal" target="_blank" title="GitHub"
rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/vinod-kumar-jaipal" target="_blank" title="LinkedIn"
rel="noopener noreferrer">
<i class="fab fa-linkedin"></i>
</a>
<a href="mailto:mr.tech418341@gmail.com" title="Email Us" rel="noopener noreferrer">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
<div class="footer-info">
<p>
© <span id="currentYear"></span> Temp Mail Generator. All
Rights Reserved.
</p>
</div>
<div style="margin-top:10px;">
<a href="blog.html" style="color:#00e5be; text-decoration:none; font-weight:500;">
📚 Blog
</a>
<span style="margin:0 8px; color:#666;">|</span>
<a href="privacy.html" style="color:#00e5be; text-decoration:none; font-weight:500;">
Privacy Policy
</a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>