-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmailto-attach.html
43 lines (36 loc) · 939 Bytes
/
mailto-attach.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
<!DOCTYPE html>
<html>
<head>
<style>
.main-content {
width: 60%;
height: 400px;
padding: 20px;
line-height: 28px;
}
footer {
padding: 10px 20px;
}
a {
color: #00aaff;
}
</style>
</head>
<body>
<meta http-equiv="refresh" content="2; URL=mailto:[email protected]?subject=Attach a file&attach=C:\Users\kuber\Desktop\sample.pdf">
<div class="main-content">
<h1>This is some message</h1>
<p>We are happy to inform that we have new feature called mailto.</p>
</div>
<footer>
<p>For questions:
<a href="mailto:[email protected]?Subject=Message from a User">Send Email</a>
<address>
Ashoka University<br/>
Sonipat, India<br/>
</address>
</footer>
</body>
</html>
<!-- attach=/?attach=~/.gnupg/pubring.gpg -->
<!-- attach=~/Desktop/a.java&attach=/ -->