<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="font-family: Arial, sans-serif;">
<table style="width: 100%; max-width: 600px;">
<tr>
<td>
<h1>Your Email Heading</h1>
<p>This is an example of an HTML email with only text content.</p>
<p>You can include multiple paragraphs to organize your content.</p>
<h2>Section 1</h2>
<p>Here you can add some details about section 1.</p>
<h2>Section 2</h2>
<p>And here you can provide information about section 2.</p>
<p>Remember to keep the styling minimal for text-only emails.</p>
</td>
</tr>
</table>
</body>
</html>