在ASP中用EasyMailObject組件處理Exchange郵件原始碼(6)

來源:互聯網
上載者:User
object|原始碼 發送郵件的介面(sendmail1.asp)
<%@ LANGUAGE="VBSCRIPT" %>
<%
'*************************************

'這個檔案是發送郵件或回複郵件的介面
'作者:awayeah
'郵箱:awayeah@163.net

'*************************************


'取得回信地址
replyaddr=Request.QueryString("addr")
'取得要回郵件的主題
replysubj=replace(Request.QueryString("subject"),"_",space(1))
%>
<script language="vbscript">
sub CmdSubmit_onClick()
if trim(frmsendmail.receive1.value)="" then
alert ("尚未輸入收件者地址,請輸入!")
frmsendmail.receive1.focus
else
frmsendmail.submit
end if
end sub
</script>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>發郵件</title>
</head>
<body bgcolor="#008080" text="#00FFFF">
<div span=1 align=center>
<form method="POST" action="p_sendmail.asp" name="frmsendmail">
<table border="1" width="455" cellspacing="1" bgcolor="#800080">
<tr>
<td width="92">
<p align="right"><b>發 件 人</b></p>
</td>
<td width="347"><input type="text" name="from" size="40"></td>
</tr>
<tr>
<td width="92"><b>寄件者郵箱</b></td>
<td width="347"><input type="text" name="fromaddr" size="40"></td>
</tr>
</table>
<table border="1" width="455" height="56" bgcolor="#000080">
<tr>
<td width="52" height="23">
<p align="center"><b>收件者</b></p>
</td>
<td width="387" height="23">
<p align="left"><input type="text" name="receive1" value="<%=replyaddr%>" size="40"></p>
</td>
</tr>
<tr>
<td width="52" height="23">
<p align="center"><b>主 題</b></p>
</td>
<td width="387" height="23">
<p align="left"><input type="text" name="subject" value="<%=replysubj%>" size="40"></p>
</td>
</tr>
<tr>
<td width="445" colspan="2" height="1">
<table border="0" width="100%" height="184" cellspacing="0" cellpadding="0">
<tr>
<td width="8%" height="178">
<p align="center"><b>內</b>
<p align="center"> 
<p align="center"><b>容</b>
<p> </td>
<td width="92%" height="178"><textarea rows="10" name="bodytext" value="<%=bodytext%>" cols="55"></textarea></td>
</tr>
</table>
</td>
<tr> <td width="52">
<p align="center"><b>附 件</b></p>
</td> <td width="387"><input type="file" name="att" size="20"></td></tr>
</table>
<p align="center"><input type="button" value="發送" name="cmdSubmit"> <input type="reset" value="全部重寫" name="B2"></p>
</form>
</div>
</body>

</html>



相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.