-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (149 loc) · 9.51 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<title>Email Validator</title>
<meta charset="UTF-8">
<meta name="author" content="Paurav Shah">
<meta name="description" content="A simple Web App to validate any Email.">
<meta name="keywords" content="Email-Validator, Email-Verification, Validate-Email, Verify-Email, Email-Spam, Email, Validator">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="js/api.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/js/all.min.js" integrity="sha512-RXf+QSDCUQs5uwRKaDoXt55jygZZm2V++WUZduaU/Ui/9EGp3f/2KZVahFZBKGH0s774sd3HmrhUy+SgOFQLVQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<header>
<h1 id="app-name"><span><i class="fas fa-envelope-open"></i></span> Email Validator</h1>
<p id="app-desc">A simple <i><b>Web App</b></i> to validate any <i><b>Email</b></i>.</p>
<br>
<a class="github-button" href="https://github.com/paurav11" data-size="large" aria-label="Follow @paurav11 on GitHub">Follow @paurav11</a>
<a class="github-button" href="https://github.com/paurav11/email-validator" data-icon="octicon-star" data-size="large" aria-label="Star paurav11/email-validator on GitHub">Star</a>
<a class="github-button" href="https://github.com/paurav11/email-validator/fork" data-icon="octicon-repo-forked" data-size="large" aria-label="Fork paurav11/email-validator on GitHub">Fork</a>
</header>
<div id="email-validator">
<form id="email-verification-form" action="javascript:void(0);" onsubmit="verifyEmail()">
<input id="email-input" type="email" placeholder="abc@xyz.com" required>
<input id="btn-verify" type="submit" value="Verify">
</form>
<br>
<h1 id="result-heading">Results</h1>
<p id="email"></p>
<table id="response-table">
<tr>
<th>Info</th>
<th>Properties</th>
<th>Status</th>
</tr>
<tr>
<td><a href="#deliverability" data-toggle="tooltip" data-placement="top" title="Email deliverability is the ability to deliver emails to subscribers' inboxes."><i class="fas fa-info-circle"></i></a></td>
<td>Deliverability</td>
<td id="deliverability">--</td>
</tr>
<tr>
<td><a href="#quality-score" data-toggle="tooltip" data-placement="top" title="Quality score is a good indicator on engagement quality and should be combined with other email metrics like opens, clicks or unsubscribes."><i class="fas fa-info-circle"></i></a></td>
<td>Quality Score</td>
<td id="quality-score">--</td>
</tr>
<tr>
<td><a href="#is-valid-format" data-toggle="tooltip" data-placement="top" title="A valid email address consists of an email prefix and an email domain, both in acceptable formats."><i class="fas fa-info-circle"></i></a></td>
<td>Is email format valid?</td>
<td id="is-valid-format">--</td>
</tr>
<tr>
<td><a href="#is-free-email" data-toggle="tooltip" data-placement="top" title="It is a service that provides free email delivery."><i class="fas fa-info-circle"></i></a></td>
<td>Is email free?</td>
<td id="is-free-email">--</td>
</tr>
<tr>
<td><a href="#is-disposable-email" data-toggle="tooltip" data-placement="top" title="Disposable email addressing, also known as DEA or dark mail, refers to an approach which involves a unique email address being used for every contact, entity, or for a limited number of times or uses."><i class="fas fa-info-circle"></i></a></td>
<td>Is email disposable?</td>
<td id="is-disposable-email">--</td>
</tr>
<tr>
<td><a href="#is-role-email" data-toggle="tooltip" data-placement="top" title="Role-based email addresses (like admin@, help@, sales@, leads@) are email addresses that are not associated with a particular person, but rather with a company, department, position or group of recipients."><i class="fas fa-info-circle"></i></a></td>
<td>Is email role-based?</td>
<td id="is-role-email">--</td>
</tr>
<tr>
<td><a href="#is-catchall-email" data-toggle="tooltip" data-placement="top" title="A catch-all email account is an account that captures emails sent to any invalid email addresses of the domain."><i class="fas fa-info-circle"></i></a></td>
<td>Is email catch-all?</td>
<td id="is-catchall-email">--</td>
</tr>
<tr>
<td><a href="#is-mx-found" data-toggle="tooltip" data-placement="top" title="A mail exchanger record (MX record) specifies the mail server responsible for accepting email messages on behalf of a domain name."><i class="fas fa-info-circle"></i></a></td>
<td>Is MX found?</td>
<td id="is-mx-found">--</td>
</tr>
<tr>
<td><a href="#is-smtp-valid" data-toggle="tooltip" data-placement="top" title="The Simple Mail Transfer Protocol is an internet standard communication protocol for electronic mail transmission. Mail servers and other message transfer agents use SMTP to send and receive mail messages."><i class="fas fa-info-circle"></i></a></td>
<td>Is SMTP valid?</td>
<td id="is-smtp-valid">--</td>
</tr>
</table>
</div>
<footer>
<p id="dev-message"><Made with ♥ by <a id="github-link" target="_blank" href="https://paurav11.github.io"><i><b>Paurav</b></i></a>./></p>
<br>
<p id="support-message">Support 👇</p>
<br>
<table id="support">
<tr>
<td>
<a id="buymeacoffee" href="https://www.buymeacoffee.com/paurav11" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 150px !important;" ></a>
</td>
<td>
<div id="smart-button-container">
<div style="text-align: center;">
<div id="paypal-button-container"></div>
</div>
</div>
<script src="https://www.paypal.com/sdk/js?client-id=sb¤cy=USD" data-sdk-integration-source="button-factory"></script>
<script>
function initPayPalButton() {
paypal.Buttons({
style: {
size: 'small',
shape: 'pill',
color: 'white',
layout: 'horizontal',
label: 'paypal',
tagline: true
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{"amount":{"currency_code":"USD","value":1}}]
});
},
onApprove: function(data, actions) {
return actions.order.capture().then(function(details) {
alert('Transaction completed by ' + details.payer.name.given_name + '!');
});
},
onError: function(err) {
console.log(err);
}
}).render('#paypal-button-container');
}
initPayPalButton();
</script>
</td>
</tr>
</table>
</footer>
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</body>
</html>