asp.net 面试题
请大家告诉我题目的大概意思,看看我是否理解正确,并给出参考答案,谢谢大家了!
Write an ASP.net web site with a contact us form to send email to hr@reasonables.com and gtang@reasonables.com. Use web@reasonables.com as SENDER, get FROM from contact us form. Use local IIS SMPT as SMPT server. The following email header is expected:
Sender: <web@reasonables.com>
Return-Path: <web@reasonables.com>
Received: from iron2.hkstp.org [202.94.235.243] by MAIL.REASONABLES.COM with SMTP;
Sun, 26 Aug 2012 04:16:05 -0400
Received: from smtp.hkstp.org ([192.168.106.16])
by iron2.hkstp.org with ESMTP/TLS/DHE-RSA-AES256-SHA; 26 Aug 2012 16:16:12 +0800
Received: from ri (mail01.edm.hkstp.org [202.94.235.148])
by smtp.hkstp.org (8.13.4/8.13.4) with ESMTP id n2M8FW4L031832
for <alan@reasonables.com>; Sun, 26 Aug 2012 16:16:12 +0800
Date: Sun, 26 Aug 2012 16:16:12 +0800
From: John Smith<johnsmith@reasonables.com>
Reply-To:<web@reasonables.com>
To: <hr@reasonables.com>
Subject: Realizing Value from IT Investment
------解决方案--------------------就是要你用asp.net写一个站点,实现"联系我们"这个功能,联系的方法用发Email形式。
具体Email的格式在下面有示例。