Tem como enviar um email com a mensagem em html (a mensagem está entre ' '):
	
	
	
	
Código PHP:
$message = '<html>
<body>
  <p>Imagem:</p>
  <img src="https://www.dominio.com/images/imagem.png" alt="Embedded Image">
</body>
</html>' 
