Skip to content

Instantly share code, notes, and snippets.

@bmgoss
Last active January 27, 2021 04:09
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bmgoss/d72c37e8b6a1a9304d4d to your computer and use it in GitHub Desktop.
Email Html Exemplo
<html>
<head>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<table width="600" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<table cellspacing="0" cellpadding="0" bgcolor="#f0f0f0" width="600">
<tr>
<td>
<img class="edit" src="newsletter.png" alt="Newsletter" width="600" height="200" />
</td>
</tr>
<tr>
<td align="center" class="edit" style="font-family: arial; font-size: 42px; color:#4d4d4d; padding-top:10px">
Título
</td>
</tr>
<tr>
<td class="edit" style="font-family: arial; font-size: 14px; color:#4d4d4d; padding:10px">
These are the voyages of the Starship Enterprise. Its continuing mission, to explore strange new worlds, to seek out new life and new civilizations, to boldly go where no one has gone before. We need to neutralize the homing signal. Each unit has total environmental control, gravity, temperature, atmosphere, light, in a protective field. Sensors show energy readings in your area. We had a forced chamber explosion in the resonator coil. Field strength has increased by 3,000 percent.
</td>
<tr>
<td class="edit" style="font-family: arial; font-size: 14px; color:#4d4d4d; padding:10px">
Para saber mais sobre essa notícia, <a href="http://blog.mailee.me">clique aqui</a>.
</td>
</tr>
</table>
<table width="600" cellspacing="0" cellpadding="0" bgcolor="#f0f0f0">
<tr>
<td width="280" style="font-family: arial; font-size: 14px; color:#4d4d4d; padding:10px">
<a href="http://blog.mailee.me"> <img class="edit"src="Imagem.png" width="260" height="260" /></a>
</td>
<td width="280" style="font-family: arial; font-size: 14px; color:#4d4d4d; padding:10px">
<a href="http://blog.mailee.me"> <img class="edit" src="Imagem.png" width="260" height="260" /></a>
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" bgcolor="#f0f0f0" width="600">
<tr>
<td align="center" class="edit"style="font-family: arial; font-size: 42px; color:#4d4d4d; padding-top:10px">
Título
</td>
</tr>
<tr>
<td class="edit" style="font-family: arial; font-size: 14px; color:#4d4d4d; padding:10px">
These are the voyages of the Starship Enterprise. Its continuing mission, to explore strange new worlds, to seek out new life and new civilizations, to boldly go where no one has gone before. We need to neutralize the homing signal. Each unit has total environmental control, gravity, temperature, atmosphere, light, in a protective field. Sensors show energy readings in your area. We had a forced chamber explosion in the resonator coil. Field strength has increased by 3,000 percent.
</td>
<tr>
<td class="edit" style="font-family: arial; font-size: 14px; color:#4d4d4d; padding:10px">
Para saber mais sobre essa notícia, <a href="http://blog.mailee.me">clique aqui</a>.
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" bgcolor="#4d4d4d" width="600">
<tr>
<td align="center" style="font-family: arial; font-size: 12px; color:#f0f0f0; padding:20px">
<p class="edit">
Nome da sua empresa
</p>
<br>
<p class="edit"> Telefone</p>
<br>
<br>
<p class="edit">Caso não queira mais receber essas mensagens, clique <a href="#" class="unsubscribe">aqui</a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment