Mail-Protokoll.html 350 B

123456789101112131415161718192021
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="iso8859-1">
  5. <title>Mail Rechnungsversand</title>
  6. <body>
  7. Folgende Rechnungen wurden per Mail versandt<br><br>
  8. <table width="600" border="1">
  9. <tbody>
  10. <tr>
  11. <th>Knr</th>
  12. <th>Kunde</th>
  13. <th>Mailadresse</th>
  14. <th>Faknr</th>
  15. </tr>
  16. &1
  17. </tbody>
  18. </table>
  19. <br><br>
  20. </body>
  21. </html>