当前位置: 代码迷 >> SharePoint >> sharepoint 出站邮件发送有关问题
  详细解决方案

sharepoint 出站邮件发送有关问题

热度:282   发布时间:2016-05-02 07:25:39.0
sharepoint 出站邮件发送问题
我们有一台sharepoint服务器,由于不在域环境,也没有exchange,所以传出电子邮件打算在服务器本机IIS里起一个smtp服务,配置了之后,使用命令提示符测试无SMTP验证的邮件发送,两个(不同域名的)目标邮箱,一个能收到,一个收不到。把出站邮件服务器设成本机后,任何通知都不能发送成功(两个测试邮箱均收不到)。
请问这个故障的原因有可能出在什么地方呢?

------解决方案--------------------
试试用 Configure SharePoint 2010 Outgoing Email to Use Hotmail, Outlook.com, or Gmail SMTP:

http://brandonatkinson.blogspot.com/2012/08/configure-sharepoint-2010-outgoing.html
------解决方案--------------------
SMTP的话需要做一些设置
1.开启SMTP server
2.在Services 设置Simple Mail Transfer Protocol (SMTP)为Automatic
3.配置iis 6.0
1) Open IIS6.0
2) Open SMTP Virtual Server properties.
3) On General tab, Set IP address of the Web server instead of "All Unassigned".
4) In Access tab, click on Relay button, this will open Relay Restrictions dialog.
5) In relay computers list, add the ip addres 127.0.0.1.
  相关解决方案