Enviado em 30/03/2010 - 16:24h
sera que alguem pode me ajudar??
estou tentando fazer um email em shell q envie a saida em um html, mas não esta funcionando..veja o codigo
#!/bin/bash
mail -s "teste" <e-mail> <<< "cat<<_EOF_ <html>
<head>
<title>Comparacao de builds</title>
</head>
<html>
<body>
teste
</body>
</html>
_EOF_"
estou tentando fazer um email em shell q envie a saida em um html, mas não esta funcionando..veja o codigo
#!/bin/bash
mail -s "teste" <e-mail> <<< "cat<<_EOF_ <html>
<head>
<title>Comparacao de builds</title>
</head>
<html>
<body>
teste
</body>
</html>
_EOF_"