Skip to content

Commit 831d5db

Browse files
committed
cleaned up test script, removed test.html (not needed)
1 parent d3ce08d commit 831d5db

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

test_script/contents.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
<body background="images/bkgrnd.gif" style="margin: 0px;">
1+
<body>
22
<div style="width: 640px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;">
3-
<div align="center"><img src="images/phpmailer.gif" style="height: 90px; width: 340px"></div><br>
4-
<br>
5-
&nbsp;This is a test of PHPMailer v5.0.0 for PHP5/6.<br>
6-
<br>
7-
This particular example uses <strong>HTML</strong>, with a &lt;div&gt; tag and inline<br>
8-
styles.<br>
9-
<br>
3+
<div align="center"><img src="images/phpmailer.gif" style="height: 90px; width: 340px"></div><br />
4+
<br />
5+
&nbsp;This is a test of PHPMailer v5.0.0 for PHP5/6.<br />
6+
<br />
7+
This particular example uses <strong>HTML</strong>, with a &lt;div&gt; tag and inline<br />
8+
styles.<br />
9+
<br />
1010
Also note the use of the PHPMailer at the top with no specific code to handle
1111
including it in the body of the email.</div>
12+
13+
1214
</body>

0 commit comments

Comments
 (0)