summaryrefslogtreecommitdiff
path: root/tests/src/htmlbody.txt
blob: a10bfe10e51a6439db0da907cc1e7b29911b48dc (plain)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>RoundCube Test Message</title>
<link rel="stylesheet" type="text/css" href="http://anysite.net/styles/mail.css">
<style type="text/css">

p, a {
	font-family: Arial, 'Bitstream Vera Sans', Helvetica;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

</style>
</head>
<body style="margin: 0 0 0 0;">

<table width="100%" cellpadding="0" cellspacing="20" style="background-image:url(http://evilsite.net/newsletter/image/bg/bg-64.jpg);background-attachment:fixed;" background="http://evilsite.net/newsletter/image/bg/bg-64.jpg" border="0">
<tr>
<td>

<h1>This is a HTML message</h1>

<p>See nice pictures like the following:</p>

<div>
  <img src="ex1.jpg" width="320" height="320" alt="Example 1">
  <img src="ex2.jpg" width="320" height="320" alt="Example 2">
  <img src="http://evilsite.net/mailings/ex3.jpg" width="320" height="320" alt="Example 3">
</div>

<form action="http://evilsite.net/subscribe.php">
  <p>Subscription form</p>
  
  E-Mail: <input type="text" name="mail" value=""><br/>
  <input type="submit" value="Subscribe">
  
</form>

<p>To unsubscribe click here <a href="http://evilsite.net/unsubscribe.php?mail=foo@bar.com"> or
  send a mail to <a href="mailto:unsubscribe@evilsite.net">unsubscribe@evilsite.net</a></p>

</td>
</tr>
</table>

</body>
</html>