묻고답하기
폼메일 발송이 안돼요. 고수분들 도와주세요 ㅠ.ㅠ
2009.02.21 15:08
웹디자인만 공부하고 홈피를 통째로 하려니까 모르는게 많아서 너무 힘드네요. ㅠ.ㅠ
아는 분께서 홈피 리뉴얼을 부탁하셨는데, 폼메일이 발송이 안돼요.
발송 되었다고 창이 뜨기는 하는데 확인하면 편지가 없어요.
제 주소로 테스트해봤는데.. 이상하게.. hanmail이랑 naver메일은 편지가 안오고 empal은 오거든요.
소스가 어떻게 잘못된건지 좀 알려주세요.
잘 모르니까 어딜 어떻게 고쳐야 하는지를 자세히 알고 싶어요.
꼭~~ 답변 부탁드립니다.
------------------------------------------------------------------------------------------------------------------------
<html>
<head>
<title>폼메일</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<left>
<ul>
<ul>
<ul>
<ul>
<ul>
</ul>
</ul>
</ul>
</ul>
</ul>
<form name="FIELDFORM" method="post" action="./mail.php">
<div align="left">
<table width="100%" height="550" border="0" cellpadding="0" cellspacing="0" bgcolor="#EEFFDF">
<tr>
<td> </td>
<td height="80" valign="bottom"><p align="center">
<font face="굴림" size="3"> </font><font size="4"><b>메일 상담실</b></font><br><br></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td height="350" align="center" valign="top"><table border cellpadding="0" cellspacing="0" bordercolordark="white" bordercolorlight="silver" width="537">
<tr>
<td width="120" height="37" bgcolor="#E0E9FF">
<p align="center"><font size="2"> 받는사람 이메일</font></td>
<td width="336" height="37" bgcolor="#F2F8FF">
<p align="center"><font size="2"> <input type="text" name="revperson" size="33" value="coun0112@naver.com"></font></td>
</tr>
<tr>
<td width="120" height="32" bgcolor="#E0E9FF">
<p align="center"><font size="2">보내는사람 이름</font></td>
<td width="336" height="32" bgcolor="#F2F8FF">
<p align="center"><font size="2"> <input type="text" name="sendperson" size="33"></font></td>
</tr>
<tr>
<td width="120" height="32" bgcolor="#E0E9FF">
<p align="center"><font size="2"> 보내는사람 이메일</font></td>
<td width="336" height="32" bgcolor="#F2F8FF">
<p align="center"><font size="2"> <input type="text" name="sendperson_email" size="33"></font></td>
</tr>
<tr>
<td width="120" height="31" bgcolor="#E0E9FF">
<p align="center"><font size="2">제목</font></p>
</td>
<td width="336" height="31" bgcolor="#F2F8FF">
<p align="center"><font size="2"> <input type="text" name="subject" size="33"></font></td>
</tr>
<tr>
<td width="120" height="191" bgcolor="#E0E9FF">
<p align="center"><font size="2"> 내 용</font></td>
<td width="336" height="191" bgcolor="#F2F8FF">
<p align="center"><font size="2"> <textarea name="comment" rows="11" cols="47"></textarea></font></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td height="20" align="center" valign="bottom"><p align="center">
<input type="submit" name="메일보내기" value="메 일 보 내 기">
<input type="button" name="이전화면으로" value="이전화면으로" onclick="history.go(-1)"></p></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td height="100"> </td>
<td> </td>
</tr>
</table>
</div>
<ul>
<ul>
<ul>
<ul>
</ul>
</ul>
</ul>
</ul>
<p align="center"> </p>
</form></left>
</body>
</html>