[zenaplus] 게시물 작성시 특정인에게 이메일 발송하기[확인 완료]
컨텐츠 정보
- 13,492 조회
- 2 댓글
- 0 추천
- 목록
본문
본내은 배추 스킨 사용시 간단하게 알림을 변경 가능 하오니 본글보다 배추스킨으로 저는 사용합니다
\r\n=================================
\r\n[zenaplus] 게시물 작성시 특정인에게 이메일 발송하기
\r\n- \r\n
- posted at: 2011-02-05 18:49:12 by 관리자\r\n
- HIT : 784 | 스크랩
\r\n
----------------------------------------------\r\n\r\n \r\n
파일 : skin/board/사용중인스킨/write_update.skin.php
코드 :
\r\n코드 :
아래 내용을 제일하단에 추가하고 메일 주소 변경
\r\n\r\n
include_once("$g4[path]/lib/mailer.lib.php");\r\n
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
\r\nif (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
////////////////////////////////////////////////
// 받을 사람의 이메일주소를 넣어주세요.
$emails[] = "test@test.com"; // 이메일주소1
$emails[] = "test2@test.com"; // 이메일주소2
$emails[] = "test3@test.com"; // 이메일주소3
$emails[] = "test4@test.com"; // 이메일주소4
$emails[] = "test5@test.com"; // 이메일주소5
$emails[] = "test6@test.com"; // 이메일주소6
// 계속 추가할 수 있습니다.
////////////////////////////////////////////////
if ($w == '')
{
$row = sql_fetch("select * from $write_table where wr_id = '$wr_id'");
\r\n// 받을 사람의 이메일주소를 넣어주세요.
$emails[] = "test@test.com"; // 이메일주소1
$emails[] = "test2@test.com"; // 이메일주소2
$emails[] = "test3@test.com"; // 이메일주소3
$emails[] = "test4@test.com"; // 이메일주소4
$emails[] = "test5@test.com"; // 이메일주소5
$emails[] = "test6@test.com"; // 이메일주소6
// 계속 추가할 수 있습니다.
////////////////////////////////////////////////
if ($w == '')
{
$row = sql_fetch("select * from $write_table where wr_id = '$wr_id'");
$wr_subject = get_text(stripslashes($row[wr_subject]));
\r\n$tmp_html = 0;
if (strstr($row[wr_option], "html1"))
$tmp_html = 1;
else if (strstr($row[wr_option], "html2"))
$tmp_html = 2;
\r\nif (strstr($row[wr_option], "html1"))
$tmp_html = 1;
else if (strstr($row[wr_option], "html2"))
$tmp_html = 2;
$wr_content = conv_content(stripslashes($row[wr_content]), $tmp_html);
$wr_name = $row[wr_name];
\r\n$wr_name = $row[wr_name];
$subject = "'{$board[bo_subject]}' 게시판에 글이 올라왔습니다.";
$link_url = "$g4[url]/$g4[bbs]/board.php?bo_table=$bo_table&wr_id=$wr_id&$qstr";
\r\n$link_url = "$g4[url]/$g4[bbs]/board.php?bo_table=$bo_table&wr_id=$wr_id&$qstr";
include_once("$g4[path]/lib/mailer.lib.php");
ob_start();
include_once ("./write_update_mail.php");
$content = ob_get_contents();
ob_end_clean();
\r\ninclude_once ("./write_update_mail.php");
$content = ob_get_contents();
ob_end_clean();
foreach($emails as $email)
{
if ($email)
mailer($wr_name, $wr_email, $email, $subject, $content, 1);
}
}
?>
{
if ($email)
mailer($wr_name, $wr_email, $email, $subject, $content, 1);
}
}
?>
Homepc.11q.kr
========================\n\n[이 게시물은 관리자님에 의해 2013-06-10 09:15:54 12.H_PDS에서 이동 됨]\n
[이 게시물은 관리자님에 의해 2013-11-18 21:29:50 11.H_BBS에서 이동 됨]
관련자료
댓글 2
최고관리자님의 댓글
<DIV>'12.Home_PDS' 게시판에 글이 올라왔습니다.</DIV>\r\n<DIV> 받은편지함</DIV>\r\n<DIV>x</DIV>\r\n<DIV> 최고관리자 </DIV>\r\n<DIV> 17:39 (9분 전)</DIV>\r\n<DIV> 나에게 </DIV>\r\n<DIV> DÊN÷DÊN÷s114 </DIV>\r\n<DIV> 답장</DIV>\r\n<DIV> 전달</DIV>\r\n<DIV> 최고관리자</DIV>\r\n<DIV>17:39 (9분 전)<BR>DÊN÷DÊN÷s114</DIV>\r\n<DIV>최고관리자 </DIV>\r\n<DIV> 17:39 (9분 전)<BR>ss1145에게 </DIV>\r\n<DIV><ÊN÷ÀK mail.com</DIV>
최고관리자님의 댓글
<DIV>// 게시판 글등록시 이메일 수신<BR>// 받을 사람의 이메일주소를 넣어주세요.</DIV>\r\n<DIV>$emails[] = "<A href="mailto:shimss@11q.ipdisk.co.kr" target=_blank>shimss@11q.ipdisk.co.kr</A>"; // 이메일주소1<BR>$emails[] = "<A href="mailto:shimss@11q.ipdisk.co.kr" target=_blank>shimss@11q.ipdisk.co.kr</A>"; // 이메일주소2<BR>//$emails[] = "<A href="mailto:test3@test.com" target=_blank>test3@test.com</A>"; // 이메일주소3<BR>//$emails[] = "<A href="mailto:test4@test.com" target=_blank>test4@test.com</A>"; // 이메일주소4<BR>//$emails[] = "<A href="mailto:test5@test.com" target=_blank>test5@test.com</A>"; // 이메일주소5<BR>//$emails[] = "<A href="mailto:test6@test.com" target=_blank>test6@test.com</A>"; // 이메일주소6</DIV>\r\n<DIV>// 계속 추가할 수 있습니다.<BR>////////////////////////////////////////////////</DIV>\r\n<DIV>if ($w == '')<BR>{<BR> $row = sql_fetch("select * from $write_table where wr_id = '$wr_id'");<BR> <BR> $wr_subject = get_text(stripslashes($row[wr_subject]));<BR> <BR> $tmp_html = 0;<BR> if (strstr($row[wr_option], "html1"))<BR> $tmp_html = 1;<BR> else if (strstr($row[wr_option], "html2"))<BR> $tmp_html = 2;<BR> <BR> $wr_content = conv_content(stripslashes($row[wr_content]), $tmp_html);<BR> $wr_name = $row[wr_name];<BR> <BR> $subject = "'{$board[bo_subject]}' 게시판에 글이 올라왔습니다.";<BR> $link_url = "$g4[url]/$g4[bbs]/board.php?bo_table=$bo_table&wr_id=$wr_id&$qstr";<BR> </DIV>\r\n<DIV> include_once("$g4[path]/lib/mailer.lib.php");<BR> <BR> ob_start();<BR> include_once ("./write_update_mail.php");<BR> $content = ob_get_contents();<BR> ob_end_clean();<BR> <BR> foreach($emails as $email)<BR> {<BR> if ($email)<BR> mailer($wr_name, $wr_email, $email, $subject, $content, 1);<BR> }<BR>}<BR></DIV>