12 lines
529 B
HTML
12 lines
529 B
HTML
<body>
|
|
<div style="width: 640px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;">
|
|
<div align="center">
|
|
<img src="phpmailer.gif" style="height: 90px; width: 340px">
|
|
</div>
|
|
<br />
|
|
<br />
|
|
<p>This is a test of PHPMailer v5.0.0 for PHP5/6.</p>
|
|
<p>This particular example uses <strong>HTML</strong>, with a <div> tag and inline styles.</p>
|
|
<p>Also note the use of the PHPMailer at the top with no specific code to handle including it in the body of the email.</p>
|
|
</div>
|
|
</body> |