mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
- CSS sanitizer allows a limited set of properties in a style attribute. - Added a CSS inlined version of the tutsplus responsive test mail. - Linter fixes in inbucket.go
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
Date: %DATE%
|
|
To: %TO_ADDRESS%
|
|
From: %FROM_ADDRESS%
|
|
Subject: Swaks HTML
|
|
MIME-Version: 1.0
|
|
Content-Type: text/html; charset="UTF-8"
|
|
|
|
<p style="font-family: 'Courier New', Courier, monospace;">
|
|
This is a test of <b>HTML</b> at the <i>top</i> level.
|
|
</p>
|