메일보내기 에러 입니다.....급~~ 정보
메일보내기 에러 입니다.....급~~본문
<?
$mb = get_member($config[cf_admin]);
echo "<a href='javascript:;'
onclick=\"win_formmail('$mb[mb_id]','$mb[mb_name]','".base64_encode($mb[mb_email])."');\">관리자에게 메일 보내기</a>";
?>
이소스로 하면 최고 관리자로 메일이 보내집니다
$mb = get_member($config[cf_admin]);
echo "<a href='javascript:;'
onclick=\"win_formmail('$mb[mb_id]','$mb[mb_name]','".base64_encode($mb[mb_email])."');\">관리자에게 메일 보내기</a>";
?>
이소스로 하면 최고 관리자로 메일이 보내집니다
게시판에서는 안됩니다..
폼메일에서 보내면 다음처럼 메일들어옴니다...
시간이 좀 지난뒤에요~~
| |||
![]() |
MAILER-DAEMON@rw64-006.fmcity.com
![]() ![]() | ||
|
댓글 전체
sdfdsfdsfdsfd
"최고관리자"<*** 개인정보보호를 위한 이메일주소 노출방지 ***
sdsfdsfdsfdsfdsfs
첨부파일열어보니 이렇게 와 있네요~~
"최고관리자"<*** 개인정보보호를 위한 이메일주소 노출방지 ***
sdsfdsfdsfdsfdsfs
첨부파일열어보니 이렇게 와 있네요~~
사용했던 폼메일입니다..
홈주소는 http://angelkorea.or.kr/home 입니다..
호스팅은 카페24입니다..
<?
include_once("/_common.php");
include_once("$g4[path]/_head.php");
?>
<table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td width="100%">
<!-- 컨텐츠 시작 -->
<table style="border-collapse:collapse;" cellpadding="5" cellspacing="0" width="540" align="center">
<tr><td width="540" height="5"></td></tr>
<form name="fformmail" method="post" action="javascript:fformmail_submit(document.fformmail);" enctype="multipart/form-data">
<tr height="25">
<td width="20%" align="left"><b>수신자</b></td>
<td width="80%">
<input type="hidden" name="attach" value="2">
<select name="email" class="select1" required itemname='이메일'>
<option value='' selected>선택</option>
<option value='*** 개인정보보호를 위한 이메일주소 노출방지 ***'>웹마스터</option>
</select>
<br>
</td></tr>
</table>
<table style="border-collapse:collapse;" cellpadding="5" cellspacing="0" width="540" align="center">
<tr><td width="540" height="5"></td></tr>
<? if ($is_member) { // 회원이면 ?>
<input type='hidden' name='fnick' value='<?=$member[mb_nick]?>'>
<input type='hidden' name='fmail' value='<?=$member[mb_email]?>'>
<? } else { ?>
<tr height="25">
<td width="20%" align="left"><b>발신자</b></td>
<td width="80%"><input type=text name='fnick' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required minlength=2 itemname='이름'>
<br></td>
</tr>
<tr height="25">
<td width="20%" align="left"><b>발신자 이메일</b></td>
<td width="80%"><input type=text name='fmail' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required email itemname='E-mail'>
<br>
</td>
</tr height="25">
<? } ?>
<tr height="25">
<td width="20%" align="left"><b>제목</b></td>
<td width="80%"><input type=text name='subject' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required itemname='제목'></td>
</tr>
<tr height="25">
<td width="20%" align="left"><b></b></td>
<td width="80%"><input type='radio' name='type' value='0' checked> Text <input type='radio' name='type' value='1' > Html <input type='radio' name='type' value='2' > Text+Html</td>
</tr>
<tr height="25">
<td width="20%" align="left"><b>내용</b></td>
<td width="80%"><textarea name="content" rows='9' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required itemname='내용'></textarea></td>
</tr>
<tr height="25">
<td width="20%" align="left"><b>첨부화일1</b></td>
<td width="80%"><input type=file name='file1' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;"></td>
</tr>
<tr height="25">
<td width="20%" align="left"><b>첨부화일2</b></td>
<td width="80%"><input type=file name='file2' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;"></td>
</tr>
</table>
<table width=100%><tr>
<td height="40" align="center">
<input id=btn_submit type=image src="<?=$member_skin_path?>/img/btn_send.gif" border="0">
<a href="<?=$g4[path]?>"><img src="<?=$member_skin_path?>/img/btn_close.gif" border="0"></a>
</td>
</tr>
</form>
</table>
<!-- 컨텐츠 끝 -->
</td>
</tr>
</table>
<script language="JavaScript">
with (document.fformmail) {
if (typeof fname != "undefined")
fname.focus();
else if (typeof subject != "undefined")
subject.focus();
}
function fformmail_submit(f)
{
if (f.file1.value || f.file2.value) {
// 4.00.11
if (!confirm("첨부파일의 용량이 큰 경우 전송시간이 오래 걸립니다.\n\n메일보내기가 완료되기 전에 창을 닫거나 새로고침 하지 마십시오."))
return;
}
document.getElementById('btn_submit').disabled = true;
f.action = "./formmail_send.contacts.php";
f.submit();
}
</script>
<?
include_once("$g4[path]/_tail.php");
?>
홈주소는 http://angelkorea.or.kr/home 입니다..
호스팅은 카페24입니다..
<?
include_once("/_common.php");
include_once("$g4[path]/_head.php");
?>
<table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td width="100%">
<!-- 컨텐츠 시작 -->
<table style="border-collapse:collapse;" cellpadding="5" cellspacing="0" width="540" align="center">
<tr><td width="540" height="5"></td></tr>
<form name="fformmail" method="post" action="javascript:fformmail_submit(document.fformmail);" enctype="multipart/form-data">
<tr height="25">
<td width="20%" align="left"><b>수신자</b></td>
<td width="80%">
<input type="hidden" name="attach" value="2">
<select name="email" class="select1" required itemname='이메일'>
<option value='' selected>선택</option>
<option value='*** 개인정보보호를 위한 이메일주소 노출방지 ***'>웹마스터</option>
</select>
<br>
</td></tr>
</table>
<table style="border-collapse:collapse;" cellpadding="5" cellspacing="0" width="540" align="center">
<tr><td width="540" height="5"></td></tr>
<? if ($is_member) { // 회원이면 ?>
<input type='hidden' name='fnick' value='<?=$member[mb_nick]?>'>
<input type='hidden' name='fmail' value='<?=$member[mb_email]?>'>
<? } else { ?>
<tr height="25">
<td width="20%" align="left"><b>발신자</b></td>
<td width="80%"><input type=text name='fnick' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required minlength=2 itemname='이름'>
<br></td>
</tr>
<tr height="25">
<td width="20%" align="left"><b>발신자 이메일</b></td>
<td width="80%"><input type=text name='fmail' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required email itemname='E-mail'>
<br>
</td>
</tr height="25">
<? } ?>
<tr height="25">
<td width="20%" align="left"><b>제목</b></td>
<td width="80%"><input type=text name='subject' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required itemname='제목'></td>
</tr>
<tr height="25">
<td width="20%" align="left"><b></b></td>
<td width="80%"><input type='radio' name='type' value='0' checked> Text <input type='radio' name='type' value='1' > Html <input type='radio' name='type' value='2' > Text+Html</td>
</tr>
<tr height="25">
<td width="20%" align="left"><b>내용</b></td>
<td width="80%"><textarea name="content" rows='9' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required itemname='내용'></textarea></td>
</tr>
<tr height="25">
<td width="20%" align="left"><b>첨부화일1</b></td>
<td width="80%"><input type=file name='file1' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;"></td>
</tr>
<tr height="25">
<td width="20%" align="left"><b>첨부화일2</b></td>
<td width="80%"><input type=file name='file2' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;"></td>
</tr>
</table>
<table width=100%><tr>
<td height="40" align="center">
<input id=btn_submit type=image src="<?=$member_skin_path?>/img/btn_send.gif" border="0">
<a href="<?=$g4[path]?>"><img src="<?=$member_skin_path?>/img/btn_close.gif" border="0"></a>
</td>
</tr>
</form>
</table>
<!-- 컨텐츠 끝 -->
</td>
</tr>
</table>
<script language="JavaScript">
with (document.fformmail) {
if (typeof fname != "undefined")
fname.focus();
else if (typeof subject != "undefined")
subject.focus();
}
function fformmail_submit(f)
{
if (f.file1.value || f.file2.value) {
// 4.00.11
if (!confirm("첨부파일의 용량이 큰 경우 전송시간이 오래 걸립니다.\n\n메일보내기가 완료되기 전에 창을 닫거나 새로고침 하지 마십시오."))
return;
}
document.getElementById('btn_submit').disabled = true;
f.action = "./formmail_send.contacts.php";
f.submit();
}
</script>
<?
include_once("$g4[path]/_tail.php");
?>
게시판에서 최고관리자에게는 메일도 오지않고 코멘트나 원글도 안들어 옴니다
물론 셋팅은 완벽히 했습니다..
홈페이지 :http://angelkorea.or.kr/home
아이디 test,test2
pass:test,test2
물론 셋팅은 완벽히 했습니다..
홈페이지 :http://angelkorea.or.kr/home
아이디 test,test2
pass:test,test2
메일러 테스트
"최고관리자"<*** 개인정보보호를 위한 이메일주소 노출방지 ***
xxcxzcxzczxcxzcxzc
xc
zxc
xz
xz
xz
c
xzc
위처럼 관리자가 보내는건 잘 됩니다..
"최고관리자"<*** 개인정보보호를 위한 이메일주소 노출방지 ***
xxcxzcxzczxcxzcxzc
xc
zxc
xz
xz
xz
c
xzc
위처럼 관리자가 보내는건 잘 됩니다..
받은편지함 전체 28통 / 읽지 않은 메일 0통 전체 편지함 받은편지함 뉴스레터함 쇼핑레터함 청구서함 내게쓴편지함 보낸편지함 임시보관함 광고편지함 휴지통 메일제목 보낸이 받는이
관심 정보 인기뉴스 "영아 산모는 집주인 프랑스인 C씨 아내"
읽음
읽지않음
편지함선택 뉴스레터함 쇼핑레터함 청구서함 보낸편지함 광고편지함 휴지통 [새편지함]으로 새로고침
상태 보낸이 제목 날짜 크기
최고관리자 메일러 테스트 02:07:32 1.35 K
MAILER-DAEMO... failure notice 02:05:02 2.16 K
MAILER-DAEMO... failure notice 01:58:43 2.14 K
MAILER-DAEMO... failure notice 01:56:54 2.17 K
MAILER-DAEMO... failure notice 01:56:22 2.28 K
MAILER-DAEMO... failure notice 01:55:05 2.16 K
최고관리자 dfdfdfdfdfdfdfdfd 01:18:12 1.31 K
최고관리자 sasdsadsad 01:10:02 1.30 K
최고관리자 '숙소정보' 게시판에 코멘트글이 올라왔습니다. 01:09:36 4.65 K
test2 메일러 테스터 00:55:41 1.31 K
테스트 '숙소정보' 게시판에 코멘트글이 올라왔습니다. 00:55:29 4.68 K
test2 sadasdad 00:55:08 1.34 K
test2 '숙소정보' 게시판에 코멘트글이 올라왔습니다. 00:54:26 4.64 K
test asdasdsadsadsa 00:53:44 1.37 K
최고관리자 메일테스트
관심 정보 인기뉴스 "영아 산모는 집주인 프랑스인 C씨 아내"
읽음
읽지않음
편지함선택 뉴스레터함 쇼핑레터함 청구서함 보낸편지함 광고편지함 휴지통 [새편지함]으로 새로고침
상태 보낸이 제목 날짜 크기
최고관리자 메일러 테스트 02:07:32 1.35 K
MAILER-DAEMO... failure notice 02:05:02 2.16 K
MAILER-DAEMO... failure notice 01:58:43 2.14 K
MAILER-DAEMO... failure notice 01:56:54 2.17 K
MAILER-DAEMO... failure notice 01:56:22 2.28 K
MAILER-DAEMO... failure notice 01:55:05 2.16 K
최고관리자 dfdfdfdfdfdfdfdfd 01:18:12 1.31 K
최고관리자 sasdsadsad 01:10:02 1.30 K
최고관리자 '숙소정보' 게시판에 코멘트글이 올라왔습니다. 01:09:36 4.65 K
test2 메일러 테스터 00:55:41 1.31 K
테스트 '숙소정보' 게시판에 코멘트글이 올라왔습니다. 00:55:29 4.68 K
test2 sadasdad 00:55:08 1.34 K
test2 '숙소정보' 게시판에 코멘트글이 올라왔습니다. 00:54:26 4.64 K
test asdasdsadsadsa 00:53:44 1.37 K
최고관리자 메일테스트
제가 운영하는 사이트는 최고관리자가 글 작성을 하지 않는 곳이라.....
게시판 리스트 상에서는 테스트 못해 보구요... 회원 목록에서 보내면 잘 갑니다......
회원들이 글 작성이나 코멘트 작성 할경우......... 현재 메일 사용 중 인데요.....
메일 잘 날라 오고 있습니다.........
제가 도와 드릴 수 있는 부분은 여기까지 인거 같습니다............
성공 하시길 바랍니다......
게시판 리스트 상에서는 테스트 못해 보구요... 회원 목록에서 보내면 잘 갑니다......
회원들이 글 작성이나 코멘트 작성 할경우......... 현재 메일 사용 중 인데요.....
메일 잘 날라 오고 있습니다.........
제가 도와 드릴 수 있는 부분은 여기까지 인거 같습니다............
성공 하시길 바랍니다......
음~~그럼 관리자에게 메일받게하는거는 포기~~~휴~~시간낭비~~
홈페이지에 제가 test글 하나 코멘트 2개 올렸습니다......ㅎㅎ
설마 관리자님이 사용하는 메일에서 스팸메일 차단으로 인해
메일이 차단메일로 이동된 경우는 아니겠죠?
회원님들한테 간혹 메일 보내다 보면 메일을 확인 못했다는 말을 가끔
들어서 확인해 보면 스팸메일쪽으로 이동된 경우가 많더라구요.....
해답을 찾으셔야 할텐데...... 저두 궁금하네요..............
설마 관리자님이 사용하는 메일에서 스팸메일 차단으로 인해
메일이 차단메일로 이동된 경우는 아니겠죠?
회원님들한테 간혹 메일 보내다 보면 메일을 확인 못했다는 말을 가끔
들어서 확인해 보면 스팸메일쪽으로 이동된 경우가 많더라구요.....
해답을 찾으셔야 할텐데...... 저두 궁금하네요..............
그러고 보니 가입일이 3년전이군~~제로에서 넘오 온지가 3년이 지났네 ㅎㅎㅎㅎ
그때는 팔팔한 30대였는데 세월이 금방 가부러,,,
이젠 머리가 힛긋힛긋하구
머리도 이제 잘 돌아가질 않으니 원~~``
슬슬 녹슬어 가는건가~~
어느세 40이란 나이도 익숙해지는 42살,,,
에효 내일 출장 가야는데 잠이나 자야긋당 ^^
땡볕에서 용접하는게 지겨워~~~
그때는 팔팔한 30대였는데 세월이 금방 가부러,,,
이젠 머리가 힛긋힛긋하구
머리도 이제 잘 돌아가질 않으니 원~~``
슬슬 녹슬어 가는건가~~
어느세 40이란 나이도 익숙해지는 42살,,,
에효 내일 출장 가야는데 잠이나 자야긋당 ^^
땡볕에서 용접하는게 지겨워~~~