Mam taki kod, który jest odpowiedzialny za wysyłanie maila:
<?php //$tresc = eval("$main = \"$main\";"); $header = "MIME-Versio: 1.0r\n"."Content-type: text/html; charset=iso-8859-2r\n"; $header .= "From: kontakt@ico.waw.pl\n"; $header .= "Cc: $emailr\n"; $header .= "Bcc: $emailr\n"; ?>
I mój szablonik do maili:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> <style type="text/css"> body{ text-align:center; background: #e8e8e8 url('http://www.images.ico.waw.pl/mail/bg.jpg') repeat-x; font-family: trebuchet ms, sans-serif; font-size:12px; color:#737373; padding:0; margin:0; } #outer{ min-height:100%; width:742px; color: #000000; text-align:left; margin:0 auto; } * html #outer{ height:100%; width:742px; w\idth:758px; } #header{ top:0px; width:742px; height:130px; background: url('http://www.images.ico.waw.pl/mail/top.jpg') no-repeat; color: #000000; z-index:0; } #menu{ top:0px; width:742px; height:51px; background: url('http://www.images.ico.waw.pl/mail/top1.jpg') no-repeat; color: #000000; z-index:0; } #menu .in { margin-left: 10px; height:20px; margin-top:0px; padding-top:7px; color:#bababa; font-weight:bold; } #menu .in a, #menu .in a:active, #menu .in a:visited { text-decoration:none; color:#0074c3; font-size:14px; font-weight:bold; margin-left:7px; margin-right:7px; } #menu .in a:hover { text-decoration:underline; color:#0074c3; font-size:14px; font-weight:bold; margin-left:7px; margin-right:7px; } p {padding:0 3px;margin:0 0 1em 0} #footer { width:742px; height:35px; color: #000000; text-align:center; margin:auto; margin-top:-85px; background: url('http://www.images.ico.waw.pl/mail/main_end.jpg') no-repeat; } #centrecontent { width:742px; float:right; padding-top:0px; background:#fff; min-height:580px; z-index:105; } #centrecontent .in { width:700px; margin:10px; z-index:105; } .light { color:#9d9d9d; } </style> </head> <body> <div id="outer"> <div id="header"> </div> <div id="menu"> <div class="in"> </div> </div> <div id="centrecontent"> <div class="in"> </div> </div> </div> <br /> </body> </html>
Problem polega na tym, że maile, które wysyła nie zawierają obrazków, które są podane w css. Może mi ktoś powiedzieć dlaczego? Dopiero tworzę ten skrytp i byłbym wdzięczny tez jakby mi ktoś podpowiedział jak uzyć tutaj funkcji eval
