renato_pacheco
(usa Debian)
Enviado em 30/03/2010 - 16:37h
Eu fiz d forma diferente e funcionou. Eu fiz uma função com o conteúdo HTML, chamei a função e guardei em um arquivo html. Depois passo por e-mail, dessa forma:
enviar_email() {
<html>
<head>
<title>Comparacao de builds</title>
</head>
<html>
<body>
teste
</body>
</html>
}
enviar_email > /tmp/index.html
mail -s "teste" -i /tmp/index.html -- email@email.com