Email template doesn't display image when send email

Status
Not open for further replies.
Hi,

I have problem to include image in my email template1 -- that is used to send email from form.
Here is a code for template:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  <meta name="Description" content="[ #DESCRIPTION# ]">
  <meta name="author" content="xxxxxx">
  <meta name="Keywords" content="[ #C&C, computers & control, and, Katowice, Hutnicza 10, Porcelanowa 11, zabezpieczenia dla elektroenergetyki, elektroenergetyka# ]">
  <meta name="generator" content="Bluefish 1.0.7">
  <title>C&C - System ISO</title>
</head>
 
<body text="darkblue">
 
 
<center>
 
<strong>Zapotrzebowanie:</strong>
 
<table style="width: 450px; background-color: #cceedd;" border="5" bordercolor="black"><tr><td>Materia?: </td><td><strong>
{ccjom_cc_zapotrzebowanie___nazwa_mat}</strong></td></tr>
 
<tr><td>Kwota zapotrzebowania:</td><td><strong>
{ccjom_cc_zapotrzebowanie___kwota_zapotrz}  {ccjom_cc_zapotrzebowanie___kwota_zapotrz_waluta}</strong></td></tr>
 
<tr><td>Uzasadnienie: </td><td>
{ccjom_cc_zapotrzebowanie___uzasadnienie}</td></tr>
 
<tr><td>Termin dostawy:</td><td>
{ccjom_cc_zapotrzebowanie___termin}</td></tr>
 
<tr><td>Zamawiaj?cy: </td><td>
{ccjom_cc_zapotrzebowanie___zamawiajacy_auto}</td></tr>
 
<tr><td>Data zam?wienia: </td><td>
{ccjom_cc_zapotrzebowanie___date_time}</td></tr>
<tr><td colspan="2"><img src="/images/cc-loga/logo-small.png"/></td></tr>
</table>
 
----------------------------------------------------------------------------------<br/>
 
W celu zatwierdzenia zapotrzebowania zaloguj si? do <a href="http://194.181.162.166/cc.joomla/index.php/zapotrzebowanie-artykul/zapotrzebowanie-zatwlista-iso">  Panelu ISO</a><br/>
 
-----------------------------------------------------------------------------------<br/>
</center>
</body></html>

I try also:
<img src="http://194.181.162.166/cc.joomla/images/cc-loga/logo-small.png"/>
and:
<img src="../../../../images/cc-loga/logo-small.png"/>
nothing works

I need this icon that is visible under browser...

Can i get any suggestion what can be wrong?
 

Attachments

  • Zaznaczenie_256.png
    Zaznaczenie_256.png
    50.5 KB · Views: 135
  • email-template2----no-image-a.PNG
    email-template2----no-image-a.PNG
    28 KB · Views: 150
Status
Not open for further replies.
Back
Top