Fulanoplebeo escreveu:
mail -s "teste" [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> < mensagem.... EOF

Olá,

Este from= para mim também não funciona não... Não está equivocado? Você não pode fazer isso em PHP?

php -r '$remetente = "Junior <[EMAIL PROTECTED]>"; $destinatario = "Clicano <[EMAIL PROTECTED]>"; $assunto = "Assunto da mensagem"; $arquivo_html = "/caminho/arquivo/html"; $arquivo_aberto = fopen($arquivo_html, "r"); $mensagem_html = fread($arquivo_aberto, filesize($arquivo_html)); fclose($arquivo_aberto); mail($destinatario, $assunto, $mensagem_html, "From: ".$remetente."\nContent-Type: text/html; charset=UTF-8");'

      Não testei, mas é por aí...

--
Atenciosamente,

          Junior Polegato

          Um peregrino de problemas; Um pergaminho de soluções!
          Página Profissional: http://www.juniorpolegato.com.br


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a