폼메일 언어셋 질문입니다 ㅠㅠ

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!
폼메일 언어셋 질문입니다 ㅠㅠ

QA

폼메일 언어셋 질문입니다 ㅠㅠ

본문

폼메일 언어셋 질문입니다.

제목은 제대로 들어오는데, 메일안에 내용이 깨져나옵니다.

아래처럼요! 방법이 없을까요?ㅠㅠ

 

오류

Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: base64
PCFET0NUWVBFIGh0bWw+CgkJCQk8aHRtbCBsYW5nPSJrbyIg

.

.

.

 

 


<?php
include "../../module/login/head.php";
include "../lib/option.php";
if(!class_exists("AppMain")) include_once '../../module/classes/class.AppMain.php';
if(!class_exists("Board")) include_once '../../module/classes/class.Board.php';
if(!class_exists("UtilCommon")) include_once '../../module/classes/class.UtilCommon.php';
if(!class_exists("DirectZip")) include_once '../../module/classes/cla_directzip.php';
if(!class_exists("Msg")) include_once '../../module/classes/class.Msg.php';
function mb_basename($path) { return end(explode('/',$path)); } 
function utf2euc($str) { return iconv("UTF-8","cp949//IGNORE", $str); }
function is_ie() {
    if(!isset($_SERVER['HTTP_USER_AGENT']))return false;
    if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false) return true; // IE8
    if(strpos($_SERVER['HTTP_USER_AGENT'], 'Windows NT 6.1') !== false) return true; // IE11
    return false;
}
$db = new DbCon();
$dbconn = $db->getConnection();
$appMain = new AppMain($dbconn, 'tb_qna');
    $util = new UtilCommon();
    // 트랙잭션.
    $success = true;
    $result = _query("SET AUTOCOMMIT=0", $dbconn);
    $result = _query("BEGIN", $dbconn);
    /* $q_phone_1 = (is_numeric($q_phone_1)) ? $q_phone_1 : "000";
    $q_phone_2 = (is_numeric($q_phone_2)) ? $q_phone_2 : "0000";
    $q_phone_3 = (is_numeric($q_phone_3)) ? $q_phone_3 : "0000"; */
    
    $q_phone = $q_phone_1 . "-" . $q_phone_2 . "-" . $q_phone_3;
    
    $info['board_type'] = 'Q_COMP';
    $info['acode']=$util->clear_xss($sigun);
    $info['q_phone']=$util->clear_xss($q_phone);
    $info['q_name']= $util->clear_xss($q_name);
    $info['q_comp_name']= $util->clear_xss($q_comp_name);
    $info['q_email'] = $util->clear_xss($q_email);
    $info['q_content']= $util->clear_xss($q_content);
    $info['insert_type']= $util->clear_xss($insert_type);
    $info['q_delete_yn']= 'N';
    $info['q_answer_yn']= 'N';
    $info['q_regist_date']= date('Y-m-d H:i:s');
    
    
    $result = $appMain->inserQna($info);
    $menu_type = '1';
    $sql="select * from tb_menu_mail where menu_type='".$menu_type."' ";
    $result=mysql_query($sql,$dbconn);
    $row=mysql_fetch_array($result);
    $send_mail=$row['send_mail'];
    $request_name=$info['q_name'];
    $request_phone=$info['q_phone'];
    $e_email = $info['q_email'];
    $subj =  $info['q_comp_name'];
    $cont = $info['q_content'];
    include "./send_mail.php";
    if($result) {
        echo json_encode(array('result' => 'true','msg'=> 'We received your inquiry. I will reply after confirmation.'));
    } else {
        $success = false;
        echo json_encode(array('result' => 'false','msg'=> 'Registration failed. Please refresh the page and try again.'));
    }
if(!$success) {
    $result = _query("ROLLBACK", $dbconn);
} else {
    $result = _query("COMMIT", $dbconn);
}

$db->close($dbconn);
unset($db);
?>
 

이 질문에 댓글 쓰기 :

답변을 작성하시기 전에 로그인 해주세요.
전체 33
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT