Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embedding images in html based email

Status
Not open for further replies.

walkerdigest

Programmer
Feb 10, 2009
35
TR
I am trying to embed image in html based email. After I have sent email, image couldn't displayed in email body. What could be the problem?

<?php
$postamicerik=" <table width=\"300\" border=\"0\">
<tr>
<td colspan=\"2\" align=\"center\"><b>Resimli Email</b></td>
</tr>
<tr>
<td width=\"103\" align=\"left\" valign=\"top\" ><b>?ubatta açan lalemiz</b></td>
<td width=\"187\"><img src=' width=\"150\" height=\"200\" /></td>
</tr>
<tr>
<td>&nbsp;Türkçe Karakterler</td>
<td>&nbsp;?Ü??ÇÖ ?ü??çö</td>
</tr>
</table>";
mail("ayca@yahoo.com","resim içerikli mail ??üöç?",$postamicerik,"Content-type:text/html");
?>
 
the url is incorrect: there is no image at that uri.
 
Your link doesn't work. Trying to open the


address directly results in a 404 error.

Check that the address is accessible.

----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Behind the Web, Tips and Tricks for Web Development.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top