chcel by som poslat externy obrazok funkciou mail
mam to spravene takto
Kód: Vybrať všetko
$title="title";
$mess="<img src=\"cesta.png\" alt=\"ukazka\">";
$headers = $_REQUEST['email'];
$headers.="MIME-Version: 1.0\n";
$headers.= "X-Mailer: PHP\n";
$headers.="Content-Type: text/html; charset=utf-8\n";
$headers.="Content-Transfer-Encoding: quoted-printable\n";
$headers.= "From: od koho";
$mail_sent = @mail( "komu", $title, $mess, $headers );
ale ked si gmail spustim cez thunderbird tam sa ten obrazok zobrazi