contents.html 805 B

1234567891011121314151617181920
  1. <body style="margin: 10px;">
  2. <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.<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>
  10. Also note the use of the PHPMailer logo above with no specific code to handle
  11. including it.<br />
  12. Included are two attachments:<br />
  13. phpmailer.gif is an attachment and used inline as a graphic (above)<br />
  14. phpmailer_mini.gif is an attachment<br />
  15. <br />
  16. PHPMailer:<br />
  17. Author: Andy Prevost (codeworxtech@users.sourceforge.net)<br />
  18. Author: Marcus Bointon (coolbru@users.sourceforge.net)<br />
  19. </div>
  20. </body>