메일전송 폼 사용안해서 제거
This commit is contained in:
parent
6089b957bd
commit
844fa12cb7
@ -1,27 +0,0 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
||||
pageEncoding="UTF-8"%>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Insert title here</title>
|
||||
<%@ include file="../include/header.jsp" %>
|
||||
</head>
|
||||
<body>
|
||||
<%@ include file="../include/admin_menu.jsp" %>
|
||||
<h2>이메일 보내기</h2>
|
||||
<form method="post" action="${path}/email/send.do">
|
||||
<!-- post방식으로 자료를 컨트롤러로 보냄 -->
|
||||
|
||||
발신자 이름 : <input name="senderName"><br>
|
||||
발신자 이메일 : <input name="senderMail"><br>
|
||||
수신자 이메일 : <input name="receiveMail"><br>
|
||||
제목 : <input name="subject"><br>
|
||||
내용 : <textarea rows="5" cols="80" name="message"></textarea>
|
||||
<br>
|
||||
<input type="submit" value="전송">
|
||||
</form>
|
||||
<span style="color:red;">${message}</span>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user