mirror of
https://github.com/axllent/mailpit.git
synced 2026-06-28 06:56:06 +00:00
21 lines
574 B
Plaintext
21 lines
574 B
Plaintext
From: sender@example.com
|
|
To: recipient@example.com
|
|
Subject: Test inline image proper
|
|
MIME-Version: 1.0
|
|
Content-Type: multipart/related; boundary="boundary123"
|
|
|
|
--boundary123
|
|
Content-Type: text/html; charset=utf-8
|
|
|
|
<html><body><img src="cid:test1@example.com" alt="Test"/></body></html>
|
|
|
|
--boundary123
|
|
Content-Type: image/png; name="test1.png"
|
|
Content-Disposition: inline; filename="test1.png"
|
|
Content-ID: <test1@example.com>
|
|
Content-Transfer-Encoding: base64
|
|
|
|
iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8/5+hHgAHggJ/PchI7wAAAABJRU5ErkJggg==
|
|
|
|
--boundary123--
|