This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcontact.html
116 lines (109 loc) · 5.1 KB
/
contact.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact TempMail.lol</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Generate temporary/disposable email addresses to use for other websites!">
<meta name="keywords" content="tempmail, TempMail, Temporary Email, generator, Temporary Email Generator">
<meta property="og:title" content="TempMail" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tempmail.lol/" />
<meta property="og:image" content="https://tempmail.lol/logo.png" />
<meta property="og:description" content="Generate temporary email addresses to reduce spam!" />
<meta name="apple-itunes-app" content="app-id=1632857148">
<meta name="twitter:card" content="summary_large_image">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="/css/topnav.css">
<link rel="stylesheet" href="/css/contact.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HZ5HBWPCW2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HZ5HBWPCW2');
</script>
</head>
<body>
<nav>
<div class="topnav" id="topnav">
<a href="/" class="active">TempMail</a>
<a href="/news/">News</a>
<a href="/contact">Contact</a>
<a href="https://discord.gg/GHapeHPWVS">Discord Server</a>
<a href="/custom">Custom Domains</a>
<a href="/pricing">Pricing</a>
<a href="javascript:void(0);" class="icon" onclick="topnav_resize()">
<i class="fa fa-bars"></i>
</a>
</div>
</nav>
<section class="details">
<h1>Thank you for using TempMail.lol!</h1>
<p>We take ourselves very seriously, as you can tell from the .LOL domain.</p>
<p>Sending something sensitive? Encrypt it with our <a href="https://bananacrumbs.us/pubkey.txt">GPG Public Key</a>.</p>
<p>You can encrypt messages using a GPG encryption tool or <a href="https://encrypt.epolite.net">website</a>.</p>
<h2>Want to contact us? Use one of the emails below:</h2>
<h3>For general questions, billing, and other support:</h3>
<a href="mailto:[email protected]">[email protected]</a>
<h3>For law enforcement:</h3>
<p>
Please contact us through USPS mail (we don't do fax, but we'll be happy to send data over email/postal mail).
<br><br>
<b>Before you contact, please note that we do not store email contents. We do log email subjects, to/from addresses, timestamps, IPs, and user agents.</b>
<br>
<b>LOGS ARE DELETED 21 DAYS AFTER THEY ARE CREATED.</b>
<br><br>
Address:<br>
1334 East Chandler Boulevard<br>
Suite 5, PMB A-08<br>
Phoenix, Arizona 85048<br>
United States<br><br>
<br>
Phone calls are not currently supported.
</p>
<h3>For DMCA:</h3>
<a href="mailto:[email protected]">[email protected]</a>
<p>
I seriously doubt you'll have to file a DMCA, but if you do, use an email relating to your company.
<p>
<b>Emails ending with something such as @gmail.com, @outlook.com, @yahoo.com, etc. WILL BE DROPPED, NO EXCEPTIONS!</b>
</p>
<h3>For security questions or concerns:</h3>
<a href="mailto:[email protected]">[email protected]</a>
<h3>For press questions:</h3>
<a href="mailto:[email protected]">[email protected]</a>
<h3>For bug reports:</h3>
<a href="mailto:[email protected]">[email protected]</a>
<p>You can also <a href="https://github.com/tempmail-lol">make a GitHub issue</a> or pull request on the specific repository.</p>
<br><br>
<p>
Thank you for using TempMail.lol! We hope you enjoy it!
</p>
</section>
<div class="mega_header center foot">
<p>
By using this site, you agree to the <a href="/privacy-policy">Privacy policy</a> and <a href="/terms-of-use">Terms of Use</a>.
</p>
<hr>
<p class="promos">
<a href="https://api.tempmail.lol/">Developer API</a> |
<a href="https://discord.gg/GHapeHPWVS">Discord Server</a> |
<a href="mailto:[email protected]">Email</a> |
<a href="https://bananacrumbs.us/pubkey.txt">GPG Key</a> |
<a href="/pricing">Pricing</a>
</p>
<hr>
<p property="dc:rights">Copyright ©
<span property="dc:dateCopyrighted">2023-2024</span>
<span property="dc:publisher">BananaCrumbs, LLC.</span>
All Right Reserved.
</p>
</div>
</body>
<script src="/js/topnav.js"></script>
</html>