顯示包含「Sharepoint」標籤的文章。顯示所有文章
顯示包含「Sharepoint」標籤的文章。顯示所有文章

2012年2月20日星期一

Sharepoint: Email寄件者地址出現 “=?utf-8?B?=…”字樣

之前重新設定sharepoint送出Email的server位置,
設定後發現 寄件者Email地址出現了一串外星文
=?utf-8?B?SVQgVGVhbSBTaXRl?=
(估計是編碼格式)

20120215sharepointemail1

重新檢查了central administration下
system settings –> Configure outgoing e-mail settings
但也沒有特別漏了設定的, server/from address/reply-to address也齊全. 

 20120215sharepointemail2

 

經過一段時間候,無意中發現了Web application下原來有一個email的設定

1. Application management > Manage Web Applications

image

2. 選上需要的Web application,
然後到 “web applications” Ribbon 上Manage Tab >General > Outgoing email

SNAGHTML675ebcff

3. 當發現From/Reply-To都空白了,原因就是這個.

image

 

馬後炮的說, System Settings上的只是 “預設” 而已

20120215sharepointemail6

 

本編最後更新:2012-02-20

2012年1月19日星期四

Sharepoint 2010: 計算欄位 檢查日期是否填上

遠在天邊,近在眼前, 就是用ISNUMBER了
=ISNUMBER([DATE..])

沒有ISDATE...

 "計算" 欄位相關參考: