-
Notifications
You must be signed in to change notification settings - Fork 1
/
services.js
39 lines (37 loc) · 956 Bytes
/
services.js
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
const SERVICES = [
{
"name": "Mailinator",
"baseUrl": "https://www.mailinator.com/v3/index.jsp?zone=public&query=",
"ending": "@mailinator.com",
},
{
"name": "My Trash Mail",
"baseUrl": "http://www.mytrashmail.com/myTrashMail_inbox.aspx?email=",
"ending": "@mt2015.com"
},
{
"name": "Fake Email Generator",
"baseUrl": "http://www.fakemailgenerator.com/#/armyspy.com/",
"ending": "@armyspy.com"
},
{
"name": "Fake Email Generator",
"baseUrl": "http://www.fakemailgenerator.com/#/cuvox.de/",
"ending": "@cuvox.de"
},
{
"name": "Fake Email Generator",
"baseUrl": "http://www.fakemailgenerator.com/#/fleckens.hu/",
"ending": "@fleckens.hu"
},
{
"name": "MailDrop.CC",
"baseUrl": "https://maildrop.cc/inbox/",
"ending": "@maildrop.cc"
},
{
"name": "Dispostable",
"baseUrl": "http://www.dispostable.com/inbox/",
"ending": "@dispostable.com"
}
];