SEU CODIGO "; $msg_body = "--$limitador\r\n"; $msg_body .= "Content-type: text/html; charset=iso-8859-1\r\n"; $msg_body .= "$texto"; $msg_body .= "--$limitador--\r\n"; $msg_body .= "\n"; $msg_body .= "--$limitador\r\n"; $msg_body .= "Content-type: image/jpeg; name=$imagem_nome\r\n"; $msg_body .= "Content-Transfer-Encoding: base64\r\n"; $msg_body .= "Content-ID: <$cid>\r\n"; $msg_body .= "$encoded_attach\r\n"; $msg_body .= "--$limitador--\r\n"; mail("destinatario@email.com.br","Assunto",$msg_body, $mailheaders); ?>