묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
메일 전송한걸 핫메일에서 볼 경우 이미지가 안뜹니다...
2003.05.22 12:51
php에서 메일을 보내는데요
이미지를 넣고
링크도 넣는데
헤더에 뭔가 잘못된건지...
이미지는 안뜨고
링크는 죄다 Filtered()라는 함수로 링크가 됩니다...
헤더 관련 소스를 아래에 적을테니
뭐가 잘못되었는지 알려주세요
$headers = "MIME-Version: 1.0rn";
$headers .= "Content-type: text/html; charset=iso-8859-1rn";
$headers .= "From: < $config[shop_name] >rn";
$headers .= "Return-Path: < $config[admin_email] >rn";
$headers .= "Reply-To: < $config[admin_email] >rn";
$headers .= "X-Priority: 1rn";
$headers .= "X-MSMail-Priority: Highrn";
$headers .= "X-Mailer: Just My Server";
아래는 메일 내용에 포함되는 html 소스입니다.
<img src='http://www.extreme2.net/abbs/data/test_img/order_check_top.gif'>
<a href="http://extreme2.net/index.html?menu=yeye">[비회원 주문확인]</a>
A$P에서도 이런 문제가 있었는데
아웃룩에선 잘보이는데
웹메일에선 다 이미지도 안뜨고 링크도 안되네요...
흑흑 도대체 왜 그런거지...
누가 좀 알려주세요 ㅠ_ㅠ
이미지를 넣고
링크도 넣는데
헤더에 뭔가 잘못된건지...
이미지는 안뜨고
링크는 죄다 Filtered()라는 함수로 링크가 됩니다...
헤더 관련 소스를 아래에 적을테니
뭐가 잘못되었는지 알려주세요
$headers = "MIME-Version: 1.0rn";
$headers .= "Content-type: text/html; charset=iso-8859-1rn";
$headers .= "From: < $config[shop_name] >rn";
$headers .= "Return-Path: < $config[admin_email] >rn";
$headers .= "Reply-To: < $config[admin_email] >rn";
$headers .= "X-Priority: 1rn";
$headers .= "X-MSMail-Priority: Highrn";
$headers .= "X-Mailer: Just My Server";
아래는 메일 내용에 포함되는 html 소스입니다.
<img src='http://www.extreme2.net/abbs/data/test_img/order_check_top.gif'>
<a href="http://extreme2.net/index.html?menu=yeye">[비회원 주문확인]</a>
A$P에서도 이런 문제가 있었는데
아웃룩에선 잘보이는데
웹메일에선 다 이미지도 안뜨고 링크도 안되네요...
흑흑 도대체 왜 그런거지...
누가 좀 알려주세요 ㅠ_ㅠ
도대체 뭐가 문제지...