wiem, że już trochę męczę ten temat ale nie mogę dać sobie rady.
mam taki kod którym wysylam maile
<?php $temat = 'MASZ MAILA Z KRYSTIANOWEGO PHP ąśżźćęółń'; $content = ' <html><head><title>mailing</title></head><body bgcolor="#E0E7EE" style="color: #737373"> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed ac justo sed mauri
s aliquam pretium. Duis suscipit vulputate dui. Nullam hendrerit felis ac tortor. Mauris commodo consectetuer urna. Vestibulum f
elis. Etiam sapien tellus, feugiat vel, accumsan nec, semper ut, erat. Sed consequat. <br /><br /> <table align="center" border="1" cellspacing="0" cellpadding="0"> <tr> <td> to jest napis w tabeli </td> <td> <img src="fota.jpg" /> </td> </tr> </table> <br /><br />ąśżźćęółń </body> <html> '; $naglowki = "From: malfarb@malfarb.plrnReply-To: moj@mail.pllrnContent-type: text/html; charset=utf-8"; for ( $i = 0 ; $i <= 0 ; $i++ ) { } ?>
problem polega na tym, że nie potrafie dodać do niego jakiegoś pliku np *.jpg
Dodałem jak to w html`u zdjęcie poprzez img src - niestety nie dziala. zrobiłem również tak, że dodałem w src sciezke bezpośrednia <img src="http://strona.pl/fota.jpg" /> i również bez rezultatu.
jak to zrobić, co muszę dołożyć?
pozdrawiam