安装SMTP服务器
Step 1 在功能里面勾选SMTP 服务器,一路下一步完成安装
Step 2 在IIS6的SMTP属性里面的访问标签点击连接,然后设置本机可访问. (其实可以不用设置)
Step 3. 做个测试
建立个mail.txt 内容如下,记得把mail地址改为你自己的
From: blog@yourdomain.com To: email@yourdomain.com Subject: Email test This is the test body of the email
然后扔到C:inetpubmailrootPickup ,当系统检测到以后会自动发送.
参考文档
http://www.vsysad.com/2012/04/setup-and-configure-smtp-server-on-windows-server-2008-r2/